Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 2, 2024
1 parent 4d2a2b4 commit c015f25
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions 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.7
coverage==7.6.8
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand All @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
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.68
boto3==1.35.71
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.68
botocore==1.35.71
# 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.2
code-annotations==2.0.0
# 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.7
coverage[toml]==7.6.8
# 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.119.4
hypothesis==6.122.0
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -291,7 +291,7 @@ urllib3==2.2.3
# via
# -r requirements/test.txt
# botocore
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
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.68
boto3==1.35.71
# via fs-s3fs
botocore==1.35.68
botocore==1.35.71
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 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.68
boto3==1.35.71
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.68
botocore==1.35.71
# via
# -r requirements/django.txt
# boto3
Expand Down
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.68
boto3==1.35.71
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.68
botocore==1.35.71
# 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.2
code-annotations==2.0.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# 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.119.4
hypothesis==6.122.0
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -219,7 +219,7 @@ urllib3==2.2.3
# via
# -r requirements/django.txt
# botocore
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
web-fragments==2.2.0
# via -r requirements/django.txt
Expand Down

0 comments on commit c015f25

Please sign in to comment.