Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 16, 2024
1 parent 0dbeee4 commit abb10af
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# -r requirements/test.txt
# pylint
Expand All @@ -21,11 +21,11 @@ attrs==24.2.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.35.76
boto3==1.35.81
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.76
botocore==1.35.81
# 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==2.0.0
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -73,7 +73,7 @@ coverage[toml]==7.6.9
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/test.txt
dill==0.3.9
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.122.1
hypothesis==6.122.3
# 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.2
sqlparse==0.5.3
# 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.76
boto3==1.35.81
# via fs-s3fs
botocore==1.35.76
botocore==1.35.81
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -76,7 +76,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.76
boto3==1.35.81
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.76
botocore==1.35.81
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
# via requests
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.2
sqlparse==0.5.3
# via
# -r requirements/django.txt
# django
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.5
astroid==3.3.6
# via
# -r requirements/test.in
# pylint
# pylint-celery
attrs==24.2.0
# via hypothesis
boto3==1.35.76
boto3==1.35.81
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.76
botocore==1.35.81
# via
# -r requirements/django.txt
# boto3
Expand All @@ -41,7 +41,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
colorama==0.4.6
# via tox
Expand All @@ -51,7 +51,7 @@ coverage[toml]==7.6.9
# pytest-cov
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/test.in
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.122.1
hypothesis==6.122.3
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -196,7 +196,7 @@ six==1.17.0
# python-dateutil
sortedcontainers==2.4.0
# via hypothesis
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/django.txt
# django
Expand Down

0 comments on commit abb10af

Please sign in to comment.