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

chore: Upgrade Python requirements #790

Merged
merged 1 commit into from
Sep 16, 2024
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
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