Skip to content

Commit

Permalink
chore: Updating Python Requirements (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed May 30, 2024
1 parent 9a99bd6 commit 0dd0900
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 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.108
boto3==1.34.115
# via fs-s3fs
botocore==1.34.108
botocore==1.34.115
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -90,7 +90,7 @@ pyyaml==6.0.1
# via
# cookiecutter
# xblock
requests==2.31.0
requests==2.32.3
# via
# -r requirements/base.in
# cookiecutter
Expand All @@ -113,7 +113,7 @@ text-unidecode==1.3
# via python-slugify
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# asgiref
# rich
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# -r requirements/test.txt
# django
astroid==3.2.1
astroid==3.2.2
# via
# pylint
# pylint-celery
Expand All @@ -38,12 +38,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.108
boto3==1.34.115
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.108
botocore==1.34.115
# 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.1
coverage[toml]==7.5.3
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -232,7 +232,7 @@ pygments==2.18.0
# -r requirements/base.txt
# -r requirements/test.txt
# rich
pylint==3.2.1
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand All @@ -254,7 +254,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -297,7 +297,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
requests==2.31.0
requests==2.32.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -358,7 +358,7 @@ types-python-dateutil==2.9.0.20240316
# -r requirements/base.txt
# -r requirements/test.txt
# arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.2
zipp==3.19.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.5.1
setuptools==70.0.0
# via -r requirements/pip.in
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.1
astroid==3.2.2
# via
# pylint
# pylint-celery
Expand All @@ -31,11 +31,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.108
boto3==1.34.115
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.108
botocore==1.34.115
# 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.1
coverage[toml]==7.5.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -198,7 +198,7 @@ pygments==2.18.0
# via
# -r requirements/test.txt
# rich
pylint==3.2.1
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand All @@ -218,7 +218,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -251,7 +251,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
requests==2.31.0
requests==2.32.3
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -302,7 +302,7 @@ types-python-dateutil==2.9.0.20240316
# via
# -r requirements/test.txt
# arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
12 changes: 6 additions & 6 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.108
boto3==1.34.115
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.108
botocore==1.34.115
# 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.1
coverage[toml]==7.5.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -158,7 +158,7 @@ pypng==0.20220715.0
# via -r requirements/base.txt
pyproject-api==1.6.1
# via tox
pytest==8.2.0
pytest==8.2.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -188,7 +188,7 @@ pyyaml==6.0.1
# -r requirements/base.txt
# cookiecutter
# xblock
requests==2.31.0
requests==2.32.3
# via
# -r requirements/base.txt
# cookiecutter
Expand Down Expand Up @@ -230,7 +230,7 @@ types-python-dateutil==2.9.0.20240316
# via
# -r requirements/base.txt
# arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 0dd0900

Please sign in to comment.