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 #104

Merged
merged 1 commit into from
Jun 4, 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
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
cachetools==5.3.3
# via tox
certifi==2024.2.2
certifi==2024.6.2
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via tox
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand Down Expand Up @@ -64,7 +64,7 @@ pyproject-api==1.6.1
# via tox
pyyaml==6.0.1
# via edx-i18n-tools
requests==2.31.0
requests==2.32.3
# via coveralls
sqlparse==0.5.0
# via django
Expand All @@ -75,7 +75,7 @@ tomli==2.0.1
# tox
tox==4.15.0
# via -r requirements/ci.in
typing-extensions==4.11.0
typing-extensions==4.12.1
# via asgiref
urllib3==2.2.1
# via requests
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.108
boto3==1.34.117
# via fs-s3fs
botocore==1.34.108
botocore==1.34.117
# via
# boto3
# s3transfer
build==1.2.1
# via pip-tools
caniusepython3==7.3.0
# via -r requirements/quality.in
certifi==2024.2.2
certifi==2024.6.2
# via requests
chardet==5.2.0
# via
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.1
coverage[toml]==7.5.3
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -160,7 +160,7 @@ pygments==2.18.0
# via
# diff-cover
# rich
pylint==3.2.1
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -208,7 +208,7 @@ pyyaml==6.0.1
# cookiecutter
# edx-i18n-tools
# xblock
requests==2.31.0
requests==2.32.3
# via
# -r requirements/base.in
# caniusepython3
Expand Down Expand Up @@ -247,7 +247,7 @@ tomlkit==0.12.5
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# asgiref
# astroid
Expand Down Expand Up @@ -275,7 +275,7 @@ xblock-sdk==0.11.0
# via
# -r requirements/dev.in
# -r requirements/test.in
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
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
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 @@ -22,17 +22,17 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.108
boto3==1.34.117
# via fs-s3fs
botocore==1.34.108
botocore==1.34.117
# via
# boto3
# s3transfer
build==1.2.1
# via pip-tools
caniusepython3==7.3.0
# via -r requirements/quality.in
certifi==2024.2.2
certifi==2024.6.2
# via requests
chardet==5.2.0
# via
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.1
coverage[toml]==7.5.3
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -160,7 +160,7 @@ pygments==2.18.0
# via
# diff-cover
# rich
pylint==3.2.1
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -208,7 +208,7 @@ pyyaml==6.0.1
# cookiecutter
# edx-i18n-tools
# xblock
requests==2.31.0
requests==2.32.3
# via
# -r requirements/base.in
# caniusepython3
Expand Down Expand Up @@ -247,7 +247,7 @@ tomlkit==0.12.5
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# asgiref
# astroid
Expand Down Expand Up @@ -275,7 +275,7 @@ xblock-sdk==0.11.0
# via
# -r requirements/dev.in
# -r requirements/test.in
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
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.108
boto3==1.34.117
# via fs-s3fs
botocore==1.34.108
botocore==1.34.117
# via
# boto3
# s3transfer
build==1.2.1
# via pip-tools
certifi==2024.2.2
certifi==2024.6.2
# via requests
chardet==5.2.0
# via
Expand All @@ -38,7 +38,7 @@ click==8.1.7
# pip-tools
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -153,7 +153,7 @@ pyyaml==6.0.1
# cookiecutter
# edx-i18n-tools
# xblock
requests==2.31.0
requests==2.32.3
# via
# -r requirements/base.in
# cookiecutter
Expand Down Expand Up @@ -183,7 +183,7 @@ tomli==2.0.1
# pytest
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# asgiref
# rich
Expand All @@ -209,7 +209,7 @@ xblock-sdk==0.11.0
# via
# -r requirements/dev.in
# -r requirements/test.in
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
Loading