Skip to content

Commit

Permalink
chore: Updating Python Requirements (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored May 27, 2024
1 parent 66293d1 commit 499828f
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
boto3==1.34.108
boto3==1.34.113
# via fs-s3fs
botocore==1.34.108
botocore==1.34.113
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -69,7 +69,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
typing-extensions==4.12.0
# via asgiref
urllib3==1.26.18
# via botocore
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.108
boto3==1.34.113
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.108
botocore==1.34.113
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -88,7 +88,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.5.1
coverage[toml]==7.5.2
# via
# -r requirements/test.txt
# coveralls
Expand Down Expand Up @@ -286,7 +286,7 @@ pygments==2.18.0
# -r requirements/test.txt
# readme-renderer
# rich
pylint==3.2.1
pylint==3.2.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -345,7 +345,7 @@ readme-renderer==43.0
# via
# -r requirements/test.txt
# twine
requests==2.31.0
requests==2.32.2
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -419,7 +419,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 Expand Up @@ -452,7 +452,7 @@ xblock[django]==4.0.1
# xblock-sdk
xblock-sdk==0.11.0
# via -r requirements/test.txt
zipp==3.18.2
zipp==3.19.0
# via
# -r requirements/test.txt
# importlib-metadata
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/base.txt
# django
boto3==1.34.108
boto3==1.34.113
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.108
botocore==1.34.113
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -114,7 +114,7 @@ sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.108
boto3==1.34.113
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.108
botocore==1.34.113
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -123,7 +123,7 @@ pyyaml==6.0.1
# via
# -r requirements/base.txt
# xblock
requests==2.31.0
requests==2.32.2
# via sphinx
s3transfer==0.10.1
# via
Expand Down Expand Up @@ -166,7 +166,7 @@ sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -186,7 +186,7 @@ webob==1.8.7
# xblock
xblock[django]==4.0.1
# via -r requirements/base.txt
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-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.108
boto3==1.34.113
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.108
botocore==1.34.113
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -168,7 +168,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.1
pylint==3.2.2
# via
# -r requirements/quality.in
# edx-lint
Expand Down Expand Up @@ -207,7 +207,7 @@ pyyaml==6.0.1
# xblock
readme-renderer==43.0
# via twine
requests==2.31.0
requests==2.32.2
# via
# cookiecutter
# requests-toolbelt
Expand Down Expand Up @@ -255,7 +255,7 @@ twine==5.1.0
# via -r requirements/quality.in
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand Down Expand Up @@ -284,7 +284,7 @@ xblock[django]==4.0.1
# xblock-sdk
xblock-sdk==0.11.0
# via -r requirements/quality.in
zipp==3.18.2
zipp==3.19.0
# via
# importlib-metadata
# importlib-resources
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 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.108
boto3==1.34.113
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.108
botocore==1.34.113
# via
# -r requirements/base.txt
# boto3
Expand All @@ -56,7 +56,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.5.1
coverage[toml]==7.5.2
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
Expand Down Expand Up @@ -184,7 +184,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.1
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -228,7 +228,7 @@ pyyaml==6.0.1
# xblock
readme-renderer==43.0
# via twine
requests==2.31.0
requests==2.32.2
# via
# cookiecutter
# coveralls
Expand Down Expand Up @@ -280,7 +280,7 @@ twine==5.1.0
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand Down Expand Up @@ -309,7 +309,7 @@ xblock[django]==4.0.1
# xblock-sdk
xblock-sdk==0.11.0
# via -r requirements/test.in
zipp==3.18.2
zipp==3.19.0
# via
# importlib-metadata
# importlib-resources
Expand Down

0 comments on commit 499828f

Please sign in to comment.