Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 23, 2024
1 parent 97450a9 commit 7341aff
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via 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 Expand Up @@ -66,7 +66,7 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.3
# via django
urllib3==2.2.3
urllib3==2.3.0
# via botocore
web-fragments==2.2.0
# via xblock
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.6
astroid==3.3.7
# via
# -r requirements/test.txt
# pylint
Expand All @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
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 @@ -60,7 +60,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/test.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -172,7 +172,7 @@ jeepney==0.8.0
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -224,7 +224,7 @@ more-itertools==10.5.0
# -r requirements/test.txt
# jaraco-classes
# jaraco-functools
nh3==0.2.19
nh3==0.2.20
# via
# -r requirements/test.txt
# readme-renderer
Expand Down Expand Up @@ -398,7 +398,7 @@ types-python-dateutil==2.9.0.20241206
# via
# -r requirements/test.txt
# arrow
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/test.txt
# botocore
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
boto3==1.35.81
boto3==1.35.86
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.81
botocore==1.35.86
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -110,7 +110,7 @@ sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/base.txt
# botocore
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.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/base.txt
# fs-s3fs
botocore==1.35.81
botocore==1.35.86
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -61,7 +61,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 @@ -94,7 +94,7 @@ openedx-filters==1.12.0
# via -r requirements/base.txt
packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.0
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
# via
Expand Down Expand Up @@ -159,7 +159,7 @@ sqlparse==0.5.3
# django
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/base.txt
# botocore
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/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.6
astroid==3.3.7
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.81
boto3==1.35.86
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.81
botocore==1.35.86
# via
# -r requirements/base.txt
# boto3
Expand All @@ -39,7 +39,7 @@ chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -98,7 +98,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# cookiecutter
Expand Down Expand Up @@ -138,7 +138,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
openedx-django-pyfs==3.7.0
# via
Expand Down Expand Up @@ -247,7 +247,7 @@ twine==6.0.1
# via -r requirements/quality.in
types-python-dateutil==2.9.0.20241206
# via arrow
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/base.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 @@ -14,19 +14,19 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.6
astroid==3.3.7
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.81
boto3==1.35.86
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.81
botocore==1.35.86
# via
# -r requirements/base.txt
# boto3
Expand All @@ -39,7 +39,7 @@ chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -106,7 +106,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# cookiecutter
Expand Down Expand Up @@ -148,7 +148,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
openedx-django-pyfs==3.7.0
# via
Expand Down Expand Up @@ -267,7 +267,7 @@ twine==6.0.1
# via -r requirements/test.in
types-python-dateutil==2.9.0.20241206
# via arrow
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/base.txt
# botocore
Expand Down

0 comments on commit 7341aff

Please sign in to comment.