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

Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
# via build
pip-tools==7.4.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
arrow==1.3.0
# via cookiecutter
astroid==3.3.4
astroid==3.3.5
# via
# pylint
# pylint-celery
Expand All @@ -30,7 +30,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via -r requirements/base.in
dill==0.3.8
dill==0.3.9
# via pylint
edx-lint==5.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -82,7 +82,7 @@ pyyaml==6.0.2
# cookiecutter
requests==2.32.3
# via cookiecutter
rich==13.8.1
rich==13.9.2
# via cookiecutter
six==1.16.0
# via
Expand All @@ -94,7 +94,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
urllib3==2.2.3
# via requests
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.20.0
tox==4.21.2
# via -r requirements/ci.in
virtualenv==20.26.5
virtualenv==20.26.6
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.4
astroid==3.3.5
# via
# -r requirements/test.txt
# pylint
Expand All @@ -38,7 +38,7 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
build==1.2.2
build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -94,7 +94,7 @@ cryptography==43.0.1
# via
# -r requirements/test.txt
# secretstorage
dill==0.3.8
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -159,7 +159,7 @@ jaraco-context==6.0.1
# via
# -r requirements/test.txt
# keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -282,7 +282,7 @@ pyproject-api==1.8.0
# via
# -r requirements/ci.txt
# tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -331,7 +331,7 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.8.1
rich==13.9.2
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -412,11 +412,11 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.20.0
tox==4.21.2
# via -r requirements/ci.txt
twine==5.1.1
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via
# -r requirements/test.txt
# arrow
Expand All @@ -429,7 +429,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# requests
# twine
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ arrow==1.3.0
# cookiecutter
asgiref==3.8.1
# via django
astroid==3.3.4
astroid==3.3.5
# via
# -r requirements/base.txt
# pylint
Expand All @@ -29,7 +29,7 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
build==1.2.2
build==1.2.2.post1
# via -r requirements/test.in
certifi==2024.8.30
# via
Expand Down Expand Up @@ -66,7 +66,7 @@ cookiecutter==2.6.0
# pytest-cookies
cryptography==43.0.1
# via secretstorage
dill==0.3.8
dill==0.3.9
# via
# -r requirements/base.txt
# pylint
Expand Down Expand Up @@ -116,7 +116,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -208,7 +208,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/base.txt
# pylint-celery
# pylint-django
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via build
pytest==8.3.3
# via pytest-cookies
Expand Down Expand Up @@ -243,7 +243,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via
# -r requirements/base.txt
# cookiecutter
Expand Down Expand Up @@ -305,7 +305,7 @@ tomlkit==0.13.2
# pylint
twine==5.1.1
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via
# -r requirements/base.txt
# arrow
Expand All @@ -316,7 +316,7 @@ urllib3==2.2.3
# -r requirements/base.txt
# requests
# twine
virtualenv==20.26.5
virtualenv==20.26.6
# via -r requirements/test.in
zipp==3.20.2
# via importlib-metadata