Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 17, 2024
1 parent fdd7d38 commit d0ecdac
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.4
coverage==7.6.7
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand Down
12 changes: 6 additions & 6 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.57
boto3==1.35.63
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.57
botocore==1.35.63
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -57,7 +57,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -66,7 +66,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/ci.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.118.3
hypothesis==6.119.1
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -262,7 +262,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
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.35.57
boto3==1.35.63
# via fs-s3fs
botocore==1.35.57
botocore==1.35.63
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -76,7 +76,7 @@ six==1.16.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stevedore==5.3.0
# via
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.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.57
boto3==1.35.63
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.57
botocore==1.35.63
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -147,7 +147,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/django.txt
# django
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.3.0
setuptools==75.5.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.3.5
# pylint-celery
attrs==24.2.0
# via hypothesis
boto3==1.35.57
boto3==1.35.63
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.57
botocore==1.35.63
# via
# -r requirements/django.txt
# boto3
Expand All @@ -41,11 +41,11 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==1.8.1
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.118.3
hypothesis==6.119.1
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -196,7 +196,7 @@ six==1.16.0
# python-dateutil
sortedcontainers==2.4.0
# via hypothesis
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/django.txt
# django
Expand Down

0 comments on commit d0ecdac

Please sign in to comment.