Skip to content

Commit

Permalink
Merge pull request #86 from edx/repo-tools/upgrade-python-requirement…
Browse files Browse the repository at this point in the history
…s-0993638

chore: Upgrade Python requirements
  • Loading branch information
saleem-latif authored Jan 17, 2025
2 parents 0993638 + 13557eb commit 05d9d86
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.99
boto3==1.36.1
# via -r requirements/base.in
botocore==1.35.99
botocore==1.36.1
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -121,7 +121,7 @@ edx-drf-extensions==10.5.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==9.7.8
edx-enterprise-data==9.7.9
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -215,7 +215,7 @@ requests==2.32.3
# edx-rest-api-client
rules==3.5
# via edx-enterprise-data
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.99
boto3==1.36.1
# via -r requirements/base.in
botocore==1.35.99
botocore==1.36.1
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -121,7 +121,7 @@ edx-drf-extensions==10.5.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==9.7.8
edx-enterprise-data==9.7.9
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -217,7 +217,7 @@ requests==2.32.3
# edx-rest-api-client
rules==3.5
# via edx-enterprise-data
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.99
boto3==1.36.1
# via -r requirements/base.in
botocore==1.35.99
botocore==1.36.1
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -135,7 +135,7 @@ edx-drf-extensions==10.5.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==9.7.8
edx-enterprise-data==9.7.9
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -251,7 +251,7 @@ requests==2.32.3
# sphinx
rules==3.5
# via edx-enterprise-data
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.99
boto3==1.36.1
# via -r requirements/base.in
botocore==1.35.99
botocore==1.36.1
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -121,7 +121,7 @@ edx-drf-extensions==10.5.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==9.7.8
edx-enterprise-data==9.7.9
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -230,7 +230,7 @@ requests==2.32.3
# edx-rest-api-client
rules==3.5
# via edx-enterprise-data
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.99
boto3==1.36.1
# via -r requirements/base.in
botocore==1.35.99
botocore==1.36.1
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -136,7 +136,7 @@ edx-drf-extensions==10.5.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==9.7.8
edx-enterprise-data==9.7.9
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -272,7 +272,7 @@ responses==0.25.6
# via -r requirements/test.in
rules==3.5
# via edx-enterprise-data
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ tox==4.23.2
# via -r requirements/tox.in
typing-extensions==4.12.2
# via tox
virtualenv==20.28.1
virtualenv==20.29.0
# via tox

0 comments on commit 05d9d86

Please sign in to comment.