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 #806

Merged
merged 1 commit into from
Dec 23, 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
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.6
astroid==3.3.7
# via
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==24.2.0
attrs==24.3.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.35.81
boto3==1.35.86
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.81
botocore==1.35.86
# via
# -r requirements/test.txt
# boto3
Expand All @@ -45,7 +45,7 @@ chardet==5.2.0
# -r requirements/test.txt
# diff-cover
# tox
click==8.1.7
click==8.1.8
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.122.3
hypothesis==6.122.6
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand All @@ -122,7 +122,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand Down
4 changes: 2 additions & 2 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.81
boto3==1.35.86
# via fs-s3fs
botocore==1.35.81
botocore==1.35.86
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 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.81
boto3==1.35.86
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.81
botocore==1.35.86
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -63,7 +63,7 @@ idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
jinja2==3.1.5
# via sphinx
jmespath==1.0.1
# via
Expand Down Expand Up @@ -91,7 +91,7 @@ pbr==6.1.0
# via
# -r requirements/django.txt
# stevedore
pydata-sphinx-theme==0.16.0
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ asgiref==3.8.1
# via
# -r requirements/django.txt
# django
astroid==3.3.6
astroid==3.3.7
# via
# -r requirements/test.in
# pylint
# pylint-celery
attrs==24.2.0
attrs==24.3.0
# via hypothesis
boto3==1.35.81
boto3==1.35.86
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.81
botocore==1.35.86
# via
# -r requirements/django.txt
# boto3
Expand All @@ -34,7 +34,7 @@ chardet==5.2.0
# via
# diff-cover
# tox
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -82,13 +82,13 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.122.3
hypothesis==6.122.6
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# diff-cover
Expand Down
Loading