Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jun 2, 2024
1 parent e31150a commit b101e88
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 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.113
boto3==1.34.117
# via fs-s3fs
botocore==1.34.113
botocore==1.34.117
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -90,7 +90,7 @@ pyyaml==6.0.1
# via
# cookiecutter
# xblock
requests==2.32.2
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.12.0
typing-extensions==4.12.1
# via
# asgiref
# rich
Expand Down
10 changes: 5 additions & 5 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.113
boto3==1.34.117
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.113
botocore==1.34.117
# 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 @@ -297,7 +297,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
requests==2.32.2
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.12.0
typing-extensions==4.12.1
# 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.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 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.113
boto3==1.34.117
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.113
botocore==1.34.117
# 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 @@ -251,7 +251,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
requests==2.32.2
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.12.0
typing-extensions==4.12.1
# via
# -r requirements/test.txt
# asgiref
Expand Down
10 changes: 5 additions & 5 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.113
boto3==1.34.117
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.113
botocore==1.34.117
# 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 @@ -188,7 +188,7 @@ pyyaml==6.0.1
# -r requirements/base.txt
# cookiecutter
# xblock
requests==2.32.2
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.12.0
typing-extensions==4.12.1
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit b101e88

Please sign in to comment.