Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 6, 2024
1 parent 16aa42c commit 9f929c6
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 53 deletions.
26 changes: 13 additions & 13 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astroid==3.2.4
# -r requirements/dev.txt
# pylint
# pylint-celery
attrs==23.2.0
attrs==24.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -27,17 +27,17 @@ backoff==2.2.1
# -r requirements/dev.txt
# -r requirements/production.txt
# segment-analytics-python
black==24.4.2
black==24.8.0
# via -r requirements/dev.txt
bleach==6.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.34.151
boto3==1.34.154
# via
# -r requirements/production.txt
# django-ses
botocore==1.34.151
botocore==1.34.154
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -107,7 +107,7 @@ coreschema==0.0.4
# -r requirements/dev.txt
# -r requirements/production.txt
# coreapi
coverage==7.6.0
coverage==7.6.1
# via -r requirements/dev.txt
cryptography==43.0.0
# via
Expand Down Expand Up @@ -135,7 +135,7 @@ distlib==0.3.8
# via
# -r requirements/dev.txt
# virtualenv
django==4.2.14
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -r requirements/dev.txt
Expand Down Expand Up @@ -193,7 +193,7 @@ django-extensions==3.2.3
# via
# -r requirements/dev.txt
# -r requirements/production.txt
django-filter==24.2
django-filter==24.3
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -271,7 +271,7 @@ drf-yasg==1.21.7
# via
# -r requirements/dev.txt
# -r requirements/production.txt
edx-ace==1.10.1
edx-ace==1.11.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -311,7 +311,7 @@ edx-drf-extensions==10.3.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
edx-event-bus-kafka==5.8.0
edx-event-bus-kafka==5.8.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -436,13 +436,13 @@ greenlet==3.0.3
# via
# -r requirements/production.txt
# gevent
grpcio==1.65.2
grpcio==1.65.4
# via
# -r requirements/dev.txt
# -r requirements/production.txt
# google-api-core
# grpcio-status
grpcio-status==1.62.2
grpcio-status==1.62.3
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -857,7 +857,7 @@ tomlkit==0.13.0
# via
# -r requirements/dev.txt
# pylint
tox==4.16.0
tox==4.17.0
# via -r requirements/dev.txt
types-pyyaml==6.0.12.20240724
# via
Expand Down Expand Up @@ -909,7 +909,7 @@ zope-event==5.0
# via
# -r requirements/production.txt
# gevent
zope-interface==6.4.post2
zope-interface==7.0
# via
# -r requirements/production.txt
# gevent
Expand Down
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# django
# django-cors-headers
attrs==23.2.0
attrs==24.1.0
# via
# edx-ace
# openedx-events
Expand Down Expand Up @@ -51,7 +51,7 @@ defusedxml==0.8.0rc2
# social-auth-core
didkit==0.3.2
# via -r requirements/base.in
django==4.2.14
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -93,7 +93,7 @@ django-crum==0.7.9
# edx-toggles
django-extensions==3.2.3
# via -r requirements/base.in
django-filter==24.2
django-filter==24.3
# via -r requirements/base.in
django-model-utils==4.5.1
# via -r requirements/base.in
Expand Down Expand Up @@ -132,7 +132,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
drf-yasg==1.21.7
# via -r requirements/base.in
edx-ace==1.10.1
edx-ace==1.11.0
# via -r requirements/base.in
edx-auth-backends==4.3.0
# via -r requirements/base.in
Expand All @@ -156,7 +156,7 @@ edx-django-utils==5.15.0
# openedx-events
edx-drf-extensions==10.3.0
# via -r requirements/base.in
edx-event-bus-kafka==5.8.0
edx-event-bus-kafka==5.8.1
# via -r requirements/base.in
edx-event-bus-redis @ git+https://github.com/openedx/[email protected]
# via -r requirements/base.in
Expand Down Expand Up @@ -218,11 +218,11 @@ googleapis-common-protos==1.63.2
# via
# google-api-core
# grpcio-status
grpcio==1.65.2
grpcio==1.65.4
# via
# google-api-core
# grpcio-status
grpcio-status==1.62.2
grpcio-status==1.62.3
# via google-api-core
httplib2==0.22.0
# via
Expand Down
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ astroid==3.2.4
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==23.2.0
attrs==24.1.0
# via
# -r requirements/test.txt
# edx-ace
Expand All @@ -24,7 +24,7 @@ backoff==2.2.1
# via
# -r requirements/test.txt
# segment-analytics-python
black==24.4.2
black==24.8.0
# via -r requirements/test.txt
bleach==6.1.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -84,7 +84,7 @@ coreschema==0.0.4
# via
# -r requirements/test.txt
# coreapi
coverage==7.6.0
coverage==7.6.1
# via -r requirements/test.txt
cryptography==43.0.0
# via
Expand All @@ -108,7 +108,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.14
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -158,7 +158,7 @@ django-debug-toolbar==4.4.6
# via -r requirements/dev.in
django-extensions==3.2.3
# via -r requirements/test.txt
django-filter==24.2
django-filter==24.3
# via -r requirements/test.txt
django-model-utils==4.5.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -207,7 +207,7 @@ drf-jwt==1.19.2
# edx-drf-extensions
drf-yasg==1.21.7
# via -r requirements/test.txt
edx-ace==1.10.1
edx-ace==1.11.0
# via -r requirements/test.txt
edx-auth-backends==4.3.0
# via -r requirements/test.txt
Expand All @@ -233,7 +233,7 @@ edx-django-utils==5.15.0
# openedx-events
edx-drf-extensions==10.3.0
# via -r requirements/test.txt
edx-event-bus-kafka==5.8.0
edx-event-bus-kafka==5.8.1
# via -r requirements/test.txt
edx-event-bus-redis @ git+https://github.com/openedx/[email protected]
# via -r requirements/test.txt
Expand Down Expand Up @@ -330,12 +330,12 @@ googleapis-common-protos==1.63.2
# -r requirements/test.txt
# google-api-core
# grpcio-status
grpcio==1.65.2
grpcio==1.65.4
# via
# -r requirements/test.txt
# google-api-core
# grpcio-status
grpcio-status==1.62.2
grpcio-status==1.62.3
# via
# -r requirements/test.txt
# google-api-core
Expand Down Expand Up @@ -669,7 +669,7 @@ tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
tox==4.16.0
tox==4.17.0
# via -r requirements/test.txt
types-pyyaml==6.0.12.20240724
# via django-stubs
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.14
django==4.2.15
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
wheel==0.43.0
wheel==0.44.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
20 changes: 10 additions & 10 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-cors-headers
attrs==23.2.0
attrs==24.1.0
# via
# -r requirements/base.txt
# edx-ace
Expand All @@ -20,9 +20,9 @@ backoff==2.2.1
# segment-analytics-python
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.151
boto3==1.34.154
# via django-ses
botocore==1.34.151
botocore==1.34.154
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -77,7 +77,7 @@ defusedxml==0.8.0rc2
# social-auth-core
didkit==0.3.2
# via -r requirements/base.txt
django==4.2.14
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -123,7 +123,7 @@ django-crum==0.7.9
# edx-toggles
django-extensions==3.2.3
# via -r requirements/base.txt
django-filter==24.2
django-filter==24.3
# via -r requirements/base.txt
django-model-utils==4.5.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -170,7 +170,7 @@ drf-jwt==1.19.2
# edx-drf-extensions
drf-yasg==1.21.7
# via -r requirements/base.txt
edx-ace==1.10.1
edx-ace==1.11.0
# via -r requirements/base.txt
edx-auth-backends==4.3.0
# via -r requirements/base.txt
Expand All @@ -196,7 +196,7 @@ edx-django-utils==5.15.0
# openedx-events
edx-drf-extensions==10.3.0
# via -r requirements/base.txt
edx-event-bus-kafka==5.8.0
edx-event-bus-kafka==5.8.1
# via -r requirements/base.txt
edx-event-bus-redis @ git+https://github.com/openedx/[email protected]
# via -r requirements/base.txt
Expand Down Expand Up @@ -283,12 +283,12 @@ googleapis-common-protos==1.63.2
# grpcio-status
greenlet==3.0.3
# via gevent
grpcio==1.65.2
grpcio==1.65.4
# via
# -r requirements/base.txt
# google-api-core
# grpcio-status
grpcio-status==1.62.2
grpcio-status==1.62.3
# via
# -r requirements/base.txt
# google-api-core
Expand Down Expand Up @@ -580,7 +580,7 @@ xss-utils==0.6.0
# via -r requirements/base.txt
zope-event==5.0
# via gevent
zope-interface==6.4.post2
zope-interface==7.0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit 9f929c6

Please sign in to comment.