Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #368

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 18 additions & 15 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amqp==5.3.1
# via kombu
apimatic-core==0.2.18
apimatic-core==0.2.19
# via paypal-server-sdk
apimatic-core-interfaces==0.1.6
# via
Expand All @@ -20,7 +20,7 @@ asgiref==3.7.2
# -r requirements/base.in
# django
# django-cors-headers
attrs==25.1.0
attrs==25.3.0
# via -r requirements/base.in
backoff==2.2.1
# via segment-analytics-python
Expand Down Expand Up @@ -59,7 +59,7 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==44.0.1
cryptography==44.0.2
# via
# pyjwt
# social-auth-core
Expand All @@ -69,7 +69,7 @@ defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==4.2.19
django==4.2.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand All @@ -81,6 +81,7 @@ django==4.2.19
# djangorestframework
# drf-jwt
# edx-auth-backends
# edx-braze-client
# edx-django-release-util
# edx-django-utils
# edx-drf-extensions
Expand Down Expand Up @@ -111,13 +112,14 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-auth-backends==4.4.0
# via -r requirements/base.in
edx-braze-client==0.2.5
edx-braze-client==1.0.0
# via -r requirements/base.in
edx-django-release-util==1.4.0
# via -r requirements/base.in
edx-django-utils==7.1.0
edx-django-utils==7.2.0
# via
# -r requirements/base.in
# edx-braze-client
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==10.5.0
Expand All @@ -132,13 +134,13 @@ idna==3.10
# via requests
itypes==1.2.0
# via coreapi
jinja2==3.1.5
jinja2==3.1.6
# via coreschema
jsonpickle==3.3.0
# via apimatic-core
jsonpointer==2.4
# via apimatic-core
kombu==5.4.2
kombu==5.5.0
# via celery
markupsafe==3.0.2
# via
Expand All @@ -154,15 +156,15 @@ msgpack==1.1.0
# via cachecontrol
mysqlclient==2.2.7
# via -r requirements/base.in
newrelic==10.6.0
newrelic==10.7.0
# via edx-django-utils
oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
openapi-codec==1.3.2
# via django-rest-swagger
openedx-filters==1.13.0
openedx-filters==2.0.1
# via -r requirements/base.in
packaging==24.2
# via marshmallow
Expand All @@ -188,7 +190,7 @@ pyjwt[crypto]==2.10.1
# edx-rest-api-client
# segment-analytics-python
# social-auth-core
pymongo==4.11.1
pymongo==4.11.2
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand All @@ -215,6 +217,7 @@ requests==2.32.3
# cachecontrol
# commercetools
# coreapi
# edx-braze-client
# edx-drf-extensions
# edx-rest-api-client
# requests-mock
Expand All @@ -228,11 +231,11 @@ requests-oauthlib==2.0.0
# via
# commercetools
# social-auth-core
segment-analytics-python==2.3.3
segment-analytics-python==2.3.4
# via -r requirements/base.in
semantic-version==2.10.0
# via edx-drf-extensions
simplejson==3.19.3
simplejson==3.20.1
# via django-rest-swagger
six==1.17.0
# via
Expand All @@ -247,11 +250,11 @@ social-auth-core==4.5.6
# social-auth-app-django
sqlparse==0.5.3
# via django
stevedore==5.4.0
stevedore==5.4.1
# via
# edx-django-utils
# edx-opaque-keys
stripe==11.5.0
stripe==11.6.0
# via -r requirements/base.in
typing-extensions==4.12.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
cachetools==5.5.1
cachetools==5.5.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
filelock==3.17.0
filelock==3.18.0
# via
# tox
# virtualenv
Expand All @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.9.0
# via tox
tox==4.24.1
tox==4.24.2
# via -r requirements/ci.in
virtualenv==20.29.2
virtualenv==20.29.3
# via tox
Loading
Loading