Skip to content

Commit

Permalink
Merge pull request #821 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-57b27b8

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Mar 3, 2025
2 parents 57b27b8 + d906d3a commit 3e6390e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==25.1.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.36.26
boto3==1.37.4
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.26
botocore==1.37.4
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -112,13 +112,13 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.126.0
hypothesis==6.127.3
# via -r requirements/test.txt
iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -245,7 +245,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
s3transfer==0.11.2
s3transfer==0.11.3
# via
# -r requirements/test.txt
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.8.1
# via django
boto3==1.36.26
boto3==1.37.4
# via fs-s3fs
botocore==1.36.26
botocore==1.37.4
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -66,7 +66,7 @@ pytz==2025.1
# via -r requirements/base.txt
pyyaml==6.0.2
# via -r requirements/base.txt
s3transfer==0.11.2
s3transfer==0.11.3
# via boto3
simplejson==3.20.1
# via -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.13.3
# via pydata-sphinx-theme
boto3==1.36.26
boto3==1.37.4
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.36.26
botocore==1.37.4
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -116,7 +116,7 @@ requests==2.32.3
# via sphinx
roman-numerals-py==3.1.0
# via sphinx
s3transfer==0.11.2
s3transfer==0.11.3
# via
# -r requirements/django.txt
# boto3
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.8.0
setuptools==75.8.2
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.3.8
# pylint-celery
attrs==25.1.0
# via hypothesis
boto3==1.36.26
boto3==1.37.4
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.36.26
botocore==1.37.4
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -82,11 +82,11 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.126.0
hypothesis==6.127.3
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
isort==6.0.0
isort==6.0.1
# via pylint
jinja2==3.1.5
# via
Expand Down Expand Up @@ -181,7 +181,7 @@ pyyaml==6.0.2
# via
# -r requirements/django.txt
# code-annotations
s3transfer==0.11.2
s3transfer==0.11.3
# via
# -r requirements/django.txt
# boto3
Expand Down

0 comments on commit 3e6390e

Please sign in to comment.