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

chore: Upgrade Python requirements #269

Merged
merged 1 commit into from
Dec 2, 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
22 changes: 11 additions & 11 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.68
boto3==1.35.71
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.68
botocore==1.35.71
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -89,7 +89,7 @@ coverage[toml]==7.6.8
# coveralls
coveralls==4.0.1
# via -r requirements/test.txt
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -140,7 +140,6 @@ importlib-metadata==8.5.0
# via
# -r requirements/test.txt
# keyring
# twine
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -212,7 +211,7 @@ more-itertools==10.5.0
# -r requirements/test.txt
# jaraco-classes
# jaraco-functools
nh3==0.2.18
nh3==0.2.19
# via
# -r requirements/test.txt
# readme-renderer
Expand All @@ -223,11 +222,12 @@ packaging==24.2
# pyproject-api
# pytest
# tox
# twine
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.10.0
pkginfo==1.11.2
# via
# -r requirements/test.txt
# twine
Expand All @@ -253,7 +253,7 @@ pygments==2.18.0
# -r requirements/test.txt
# readme-renderer
# rich
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -281,7 +281,7 @@ pyproject-api==1.8.0
# via
# -r requirements/tox.txt
# tox
pytest==8.3.3
pytest==8.3.4
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -367,7 +367,7 @@ tomlkit==0.13.2
# pylint
tox==4.23.2
# via -r requirements/tox.txt
twine==5.1.1
twine==6.0.1
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20241003
# via
Expand All @@ -379,7 +379,7 @@ urllib3==2.2.3
# botocore
# requests
# twine
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/tox.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.3.5
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.68
boto3==1.35.71
# via fs-s3fs
botocore==1.35.68
botocore==1.35.71
# via
# boto3
# s3transfer
Expand All @@ -40,7 +40,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
Expand Down Expand Up @@ -103,7 +103,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pygments==2.18.0
# via rich
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/quality.in
# edx-lint
Expand Down
26 changes: 13 additions & 13 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.68
boto3==1.35.71
# via fs-s3fs
botocore==1.35.68
botocore==1.35.71
# via
# boto3
# s3transfer
Expand All @@ -44,15 +44,15 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.6.8
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
cryptography==43.0.3
cryptography==44.0.0
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
Expand All @@ -78,9 +78,7 @@ fs-s3fs==1.1.1
idna==3.10
# via requests
importlib-metadata==8.5.0
# via
# keyring
# twine
# via keyring
iniconfig==2.0.0
# via pytest
isort==5.13.2
Expand Down Expand Up @@ -130,13 +128,15 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.2
# via pytest
# via
# pytest
# twine
pbr==6.1.0
# via stevedore
pkginfo==1.10.0
pkginfo==1.11.2
# via twine
platformdirs==4.3.6
# via pylint
Expand All @@ -148,7 +148,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand All @@ -164,7 +164,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.3.3
pytest==8.3.4
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -229,7 +229,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
twine==5.1.1
twine==6.0.1
# via -r requirements/test.in
types-python-dateutil==2.9.0.20241003
# via arrow
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/tox.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox