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

Python Requirements Update #628

Merged
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# kombu
billiard==4.2.0
# via celery
boto3==1.34.75
boto3==1.34.76
# via django-ses
botocore==1.34.75
botocore==1.34.76
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ billiard==4.2.0
# via
# -r requirements/validation.txt
# celery
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/validation.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -339,7 +339,7 @@ lazy-object-proxy==1.10.0
# via
# -r requirements/validation.txt
# astroid
lxml==5.2.0
lxml==5.2.1
# via
# -r requirements/validation.txt
# edx-i18n-tools
Expand Down Expand Up @@ -639,7 +639,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.11.2
wrapt==1.14.1
# via
# -c requirements/constraints.txt
# -r requirements/validation.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ billiard==4.2.0
# via
# -r requirements/test.txt
# celery
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/test.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -620,7 +620,7 @@ wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
wrapt==1.11.2
wrapt==1.14.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/base.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/base.txt
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/base.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -488,7 +488,7 @@ wcwidth==0.2.13
# via
# -r requirements/base.txt
# prompt-toolkit
wrapt==1.11.2
wrapt==1.14.1
# via
# -c requirements/constraints.txt
# astroid
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/base.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -517,7 +517,7 @@ wcwidth==0.2.13
# via
# -r requirements/base.txt
# prompt-toolkit
wrapt==1.11.2
wrapt==1.14.1
# via
# -c requirements/constraints.txt
# astroid
Expand Down
8 changes: 4 additions & 4 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ billiard==4.2.0
# -r requirements/quality.txt
# -r requirements/test.txt
# celery
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -390,7 +390,7 @@ lazy-object-proxy==1.10.0
# -r requirements/quality.txt
# -r requirements/test.txt
# astroid
lxml==5.2.0
lxml==5.2.1
# via edx-i18n-tools
markupsafe==2.1.5
# via
Expand Down Expand Up @@ -707,7 +707,7 @@ wcwidth==0.2.13
# -r requirements/quality.txt
# -r requirements/test.txt
# prompt-toolkit
wrapt==1.11.2
wrapt==1.14.1
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
Expand Down
Loading