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 Jun 23, 2024
1 parent d89d4ae commit 17a201f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.127
boto3==1.34.131
# via fs-s3fs
botocore==1.34.127
botocore==1.34.131
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -117,7 +117,7 @@ typing-extensions==4.12.2
# via
# asgiref
# rich
urllib3==1.26.18
urllib3==1.26.19
# via
# botocore
# requests
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.15.1
filelock==3.15.4
# via
# tox
# virtualenv
Expand All @@ -26,13 +26,13 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
# via -r requirements/ci.in
virtualenv==20.26.2
virtualenv==20.26.3
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.127
boto3==1.34.131
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.127
botocore==1.34.131
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -89,7 +89,7 @@ cookiecutter==2.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand All @@ -116,7 +116,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.15.1
filelock==3.15.4
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -250,7 +250,7 @@ pypng==0.20220715.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
pyproject-api==1.6.1
pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -366,13 +366,13 @@ typing-extensions==4.12.2
# astroid
# pylint
# rich
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/base.txt
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/test.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.1
# via -r requirements/pip.in
setuptools==70.0.0
setuptools==70.1.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.127
boto3==1.34.131
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.127
botocore==1.34.131
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -74,7 +74,7 @@ colorama==0.4.6
# tox
cookiecutter==2.6.0
# via -r requirements/test.txt
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -97,7 +97,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.15.1
filelock==3.15.4
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -214,7 +214,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via -r requirements/test.txt
pyproject-api==1.6.1
pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -309,12 +309,12 @@ typing-extensions==4.12.2
# astroid
# pylint
# rich
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/test.txt
# tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.34.127
boto3==1.34.131
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.127
botocore==1.34.131
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ colorama==0.4.6
# via tox
cookiecutter==2.6.0
# via -r requirements/base.txt
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -73,7 +73,7 @@ distlib==0.3.8
# openedx-django-pyfs
exceptiongroup==1.2.1
# via pytest
filelock==3.15.1
filelock==3.15.4
# via
# tox
# virtualenv
Expand Down Expand Up @@ -156,7 +156,7 @@ pygments==2.18.0
# rich
pypng==0.20220715.0
# via -r requirements/base.txt
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
pytest==8.2.2
# via
Expand Down Expand Up @@ -235,12 +235,12 @@ typing-extensions==4.12.2
# -r requirements/base.txt
# asgiref
# rich
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.26.2
virtualenv==20.26.3
# via tox
web-fragments==2.2.0
# via
Expand Down

0 comments on commit 17a201f

Please sign in to comment.