Skip to content

Commit

Permalink
chore: Updating Python Requirements (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 18, 2023
1 parent 65f6466 commit 8726b46
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 39 deletions.
8 changes: 3 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
boto3==1.28.45
boto3==1.28.48
# via django-ses
botocore==1.31.45
botocore==1.31.48
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -159,7 +159,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.9.2
edx-drf-extensions==8.9.3
# via
# -r requirements/base.in
# edx-rbac
Expand Down Expand Up @@ -225,7 +225,6 @@ python-dateutil==2.8.2
# analytics-python
# botocore
# celery
# edx-drf-extensions
python-slugify==8.0.1
# via code-annotations
python3-openid==3.2.0
Expand Down Expand Up @@ -266,7 +265,6 @@ six==1.16.0
# analytics-python
# djangorestframework-csv
# edx-auth-backends
# edx-drf-extensions
# edx-rbac
# python-dateutil
slumber==0.7.1
Expand Down
10 changes: 4 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ billiard==4.1.0
# via
# -r requirements/validation.txt
# celery
boto3==1.28.45
boto3==1.28.48
# via
# -r requirements/validation.txt
# django-ses
botocore==1.31.45
botocore==1.31.48
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -237,11 +237,11 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.9.2
edx-drf-extensions==8.9.3
# via
# -r requirements/validation.txt
# edx-rbac
edx-i18n-tools==1.1.0
edx-i18n-tools==1.2.0
# via -r requirements/validation.txt
edx-lint==5.2.5
# via
Expand Down Expand Up @@ -458,7 +458,6 @@ python-dateutil==2.8.2
# analytics-python
# botocore
# celery
# edx-drf-extensions
# faker
# freezegun
python-slugify==8.0.1
Expand Down Expand Up @@ -517,7 +516,6 @@ six==1.16.0
# analytics-python
# djangorestframework-csv
# edx-auth-backends
# edx-drf-extensions
# edx-lint
# edx-rbac
# pathlib2
Expand Down
8 changes: 3 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ billiard==4.1.0
# via
# -r requirements/test.txt
# celery
boto3==1.28.45
boto3==1.28.48
# via
# -r requirements/test.txt
# django-ses
botocore==1.31.45
botocore==1.31.48
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -236,7 +236,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.9.2
edx-drf-extensions==8.9.3
# via
# -r requirements/test.txt
# edx-rbac
Expand Down Expand Up @@ -429,7 +429,6 @@ python-dateutil==2.8.2
# analytics-python
# botocore
# celery
# edx-drf-extensions
# faker
# freezegun
python-slugify==8.0.1
Expand Down Expand Up @@ -491,7 +490,6 @@ six==1.16.0
# analytics-python
# djangorestframework-csv
# edx-auth-backends
# edx-drf-extensions
# edx-lint
# edx-rbac
# python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.2.1
setuptools==68.2.2
# via -r requirements/pip.in
10 changes: 4 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.45
boto3==1.28.48
# via
# -r requirements/base.txt
# django-ses
botocore==1.31.45
botocore==1.31.48
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -192,7 +192,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.9.2
edx-drf-extensions==8.9.3
# via
# -r requirements/base.txt
# edx-rbac
Expand All @@ -206,7 +206,7 @@ edx-rest-api-client==5.6.0
# via -r requirements/base.txt
edx-toggles==5.1.0
# via -r requirements/base.txt
gevent==23.9.0.post1
gevent==23.9.1
# via -r requirements/production.in
greenlet==2.0.2
# via gevent
Expand Down Expand Up @@ -305,7 +305,6 @@ python-dateutil==2.8.2
# analytics-python
# botocore
# celery
# edx-drf-extensions
python-memcached==1.59
# via -r requirements/production.in
python-slugify==8.0.1
Expand Down Expand Up @@ -362,7 +361,6 @@ six==1.16.0
# analytics-python
# djangorestframework-csv
# edx-auth-backends
# edx-drf-extensions
# edx-rbac
# python-dateutil
# python-memcached
Expand Down
8 changes: 3 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.45
boto3==1.28.48
# via
# -r requirements/base.txt
# django-ses
botocore==1.31.45
botocore==1.31.48
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -204,7 +204,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.9.2
edx-drf-extensions==8.9.3
# via
# -r requirements/base.txt
# edx-rbac
Expand Down Expand Up @@ -341,7 +341,6 @@ python-dateutil==2.8.2
# analytics-python
# botocore
# celery
# edx-drf-extensions
python-slugify==8.0.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -395,7 +394,6 @@ six==1.16.0
# analytics-python
# djangorestframework-csv
# edx-auth-backends
# edx-drf-extensions
# edx-lint
# edx-rbac
# python-dateutil
Expand Down
8 changes: 3 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.45
boto3==1.28.48
# via
# -r requirements/base.txt
# django-ses
botocore==1.31.45
botocore==1.31.48
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -213,7 +213,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.9.2
edx-drf-extensions==8.9.3
# via
# -r requirements/base.txt
# edx-rbac
Expand Down Expand Up @@ -365,7 +365,6 @@ python-dateutil==2.8.2
# analytics-python
# botocore
# celery
# edx-drf-extensions
# faker
# freezegun
python-slugify==8.0.1
Expand Down Expand Up @@ -421,7 +420,6 @@ six==1.16.0
# analytics-python
# djangorestframework-csv
# edx-auth-backends
# edx-drf-extensions
# edx-lint
# edx-rbac
# python-dateutil
Expand Down
10 changes: 4 additions & 6 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ billiard==4.1.0
# -r requirements/quality.txt
# -r requirements/test.txt
# celery
boto3==1.28.45
boto3==1.28.48
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# django-ses
botocore==1.31.45
botocore==1.31.48
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -279,12 +279,12 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.9.2
edx-drf-extensions==8.9.3
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# edx-rbac
edx-i18n-tools==1.1.0
edx-i18n-tools==1.2.0
# via -r requirements/validation.in
edx-lint==5.2.5
# via
Expand Down Expand Up @@ -505,7 +505,6 @@ python-dateutil==2.8.2
# analytics-python
# botocore
# celery
# edx-drf-extensions
# faker
# freezegun
python-slugify==8.0.1
Expand Down Expand Up @@ -577,7 +576,6 @@ six==1.16.0
# analytics-python
# djangorestframework-csv
# edx-auth-backends
# edx-drf-extensions
# edx-lint
# edx-rbac
# pathlib2
Expand Down

0 comments on commit 8726b46

Please sign in to comment.