-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Upgrade Python requirements (#2647)
- Loading branch information
1 parent
dc238d3
commit 8afaca7
Showing
5 changed files
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ coreapi==2.3.3 | |
# openapi-codec | ||
coreschema==0.0.4 | ||
# via coreapi | ||
cryptography==43.0.3 | ||
cryptography==44.0.0 | ||
# via | ||
# pyjwt | ||
# social-auth-core | ||
|
@@ -107,7 +107,7 @@ django-simple-history==3.7.0 | |
# via -r requirements/base.in | ||
django-sortedm2m==4.0.0 | ||
# via -r requirements/base.in | ||
django-statici18n==2.5.0 | ||
django-statici18n==2.6.0 | ||
# via -r requirements/base.in | ||
django-storages==1.14.4 | ||
# via -r requirements/base.in | ||
|
@@ -136,7 +136,7 @@ edx-ace==1.11.3 | |
# via -r requirements/base.in | ||
edx-auth-backends==4.4.0 | ||
# via -r requirements/base.in | ||
edx-ccx-keys==1.3.0 | ||
edx-ccx-keys==2.0.2 | ||
# via openedx-events | ||
edx-credentials-themes @ git+https://github.com/openedx/[email protected] | ||
# via -r requirements/base.in | ||
|
@@ -219,11 +219,11 @@ googleapis-common-protos==1.66.0 | |
# via | ||
# google-api-core | ||
# grpcio-status | ||
grpcio==1.68.0 | ||
grpcio==1.68.1 | ||
# via | ||
# google-api-core | ||
# grpcio-status | ||
grpcio-status==1.68.0 | ||
grpcio-status==1.68.1 | ||
# via google-api-core | ||
httplib2==0.22.0 | ||
# via | ||
|
@@ -283,7 +283,7 @@ proto-plus==1.25.0 | |
# via | ||
# google-api-core | ||
# google-cloud-firestore | ||
protobuf==5.28.3 | ||
protobuf==5.29.0 | ||
# via | ||
# google-api-core | ||
# google-cloud-firestore | ||
|
@@ -302,7 +302,7 @@ pycparser==2.22 | |
# via cffi | ||
pygments==2.18.0 | ||
# via -r requirements/base.in | ||
pyjwt[crypto]==2.10.0 | ||
pyjwt[crypto]==2.10.1 | ||
# via | ||
# drf-jwt | ||
# edx-auth-backends | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.