Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #233

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.0
# via django
typing-extensions==4.12.0
typing-extensions==4.12.1
# via asgiref
web-fragments==2.2.0
# via xblock
Expand Down
18 changes: 9 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ astroid==3.2.2
# -r requirements/test.txt
# pylint
# pylint-celery
backports-tarfile==1.1.1
backports-tarfile==1.2.0
# via
# -r requirements/test.txt
# jaraco-context
Expand All @@ -34,11 +34,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 All @@ -47,7 +47,7 @@ cachetools==5.3.3
# via
# -r requirements/tox.txt
# tox
certifi==2024.2.2
certifi==2024.6.2
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -88,7 +88,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.5.2
coverage[toml]==7.5.3
# via
# -r requirements/test.txt
# coveralls
Expand Down Expand Up @@ -241,7 +241,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.10.0
pkginfo==1.11.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -322,7 +322,7 @@ readme-renderer==43.0
# via
# -r requirements/test.txt
# twine
requests==2.32.2
requests==2.32.3
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -396,7 +396,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 Expand Up @@ -429,7 +429,7 @@ xblock==4.0.1
# xblock-sdk
xblock-sdk==0.11.0
# via -r requirements/test.txt
zipp==3.19.0
zipp==3.19.1
# via
# -r requirements/test.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# -r requirements/base.txt
# asgiref
Expand Down
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.2.2
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -86,7 +86,7 @@ pyyaml==6.0.1
# via
# -r requirements/base.txt
# xblock
requests==2.32.2
requests==2.32.3
# via sphinx
simplejson==3.19.2
# via
Expand Down Expand Up @@ -124,7 +124,7 @@ sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -141,7 +141,7 @@ webob==1.8.7
# xblock
xblock==4.0.1
# via -r requirements/base.txt
zipp==3.19.0
zipp==3.19.1
# 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 @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.19.0
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 @@ -25,13 +25,13 @@ 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
certifi==2024.2.2
certifi==2024.6.2
# via requests
chardet==5.2.0
# via binaryornot
Expand Down Expand Up @@ -145,7 +145,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
requests==2.32.2
requests==2.32.3
# via
# cookiecutter
# xblock-sdk
Expand Down Expand Up @@ -179,7 +179,7 @@ tomlkit==0.12.5
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# -r requirements/base.txt
# asgiref
Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ astroid==3.2.2
# via
# pylint
# pylint-celery
backports-tarfile==1.1.1
backports-tarfile==1.2.0
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
Expand All @@ -27,13 +27,13 @@ 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
certifi==2024.2.2
certifi==2024.6.2
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -53,7 +53,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.5.2
coverage[toml]==7.5.3
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
Expand Down Expand Up @@ -146,7 +146,7 @@ packaging==24.0
# via pytest
pbr==6.0.0
# via stevedore
pkginfo==1.10.0
pkginfo==1.11.0
# via twine
platformdirs==4.2.2
# via pylint
Expand Down Expand Up @@ -198,7 +198,7 @@ pyyaml==6.0.1
# xblock
readme-renderer==43.0
# via twine
requests==2.32.2
requests==2.32.3
# via
# cookiecutter
# coveralls
Expand Down Expand Up @@ -248,7 +248,7 @@ twine==5.1.0
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# -r requirements/base.txt
# asgiref
Expand Down Expand Up @@ -276,7 +276,7 @@ xblock==4.0.1
# xblock-sdk
xblock-sdk==0.11.0
# via -r requirements/test.in
zipp==3.19.0
zipp==3.19.1
# via
# importlib-metadata
# importlib-resources
Expand Down