Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Sep 16, 2024
2 parents b75d513 + 2c8ba60 commit e23f55a
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pymongo==4.8.0
# via edx-opaque-keys
python-dateutil==2.9.0.post0
# via -r requirements/base.in
pytz==2024.1
pytz==2024.2
# via -r requirements/base.in
pyyaml==6.0.2
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.3
# via
# tox
# virtualenv
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.35.14
boto3==1.35.19
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.112.0
hypothesis==6.112.1
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -168,7 +168,7 @@ pbr==6.1.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.3.2
platformdirs==4.3.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -222,7 +222,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -239,7 +239,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytz==2024.1
pytz==2024.2
# via -r requirements/test.txt
pyyaml==6.0.2
# via
Expand Down Expand Up @@ -287,7 +287,7 @@ typing-extensions==4.12.2
# via
# -r requirements/test.txt
# edx-opaque-keys
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/test.txt
# botocore
Expand Down
8 changes: 4 additions & 4 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.35.14
boto3==1.35.19
# via fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -62,7 +62,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# botocore
pytz==2024.1
pytz==2024.2
# via -r requirements/base.txt
pyyaml==6.0.2
# via -r requirements/base.txt
Expand All @@ -86,7 +86,7 @@ typing-extensions==4.12.2
# via
# -r requirements/base.txt
# edx-opaque-keys
urllib3==2.2.2
urllib3==2.2.3
# via botocore
web-fragments==2.2.0
# via -r requirements/base.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.14
boto3==1.35.19
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
idna==3.8
idna==3.9
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -108,7 +108,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/django.txt
# botocore
pytz==2024.1
pytz==2024.2
# via -r requirements/django.txt
pyyaml==6.0.2
# via -r requirements/django.txt
Expand Down Expand Up @@ -162,7 +162,7 @@ typing-extensions==4.12.2
# -r requirements/django.txt
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/django.txt
# botocore
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.2.4
# pylint-celery
attrs==24.2.0
# via hypothesis
boto3==1.35.14
boto3==1.35.19
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.112.0
hypothesis==6.112.1
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -125,7 +125,7 @@ pbr==6.1.0
# via
# -r requirements/django.txt
# stevedore
platformdirs==4.3.2
platformdirs==4.3.3
# via
# pylint
# tox
Expand Down Expand Up @@ -160,7 +160,7 @@ pymongo==4.8.0
# edx-opaque-keys
pyproject-api==1.7.1
# via tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -175,7 +175,7 @@ python-dateutil==2.9.0.post0
# botocore
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
pytz==2024.2
# via -r requirements/django.txt
pyyaml==6.0.2
# via
Expand Down Expand Up @@ -215,7 +215,7 @@ typing-extensions==4.12.2
# via
# -r requirements/django.txt
# edx-opaque-keys
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/django.txt
# botocore
Expand Down

0 comments on commit e23f55a

Please sign in to comment.