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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
click==8.1.7
click==8.1.8
# via -r requirements/base.in
jinja2==3.1.4
jinja2==3.1.5
# via -r requirements/base.in
markupsafe==3.0.2
# via jinja2
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.3.6
astroid==3.3.7
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -26,7 +26,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
click==8.1.7
click==8.1.8
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -79,7 +79,7 @@ isort==5.13.2
# via
# -r requirements/quality.txt
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
18 changes: 15 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,18 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via -r requirements/test.txt
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.0
# via secretstorage
django==4.2.17
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -59,7 +63,11 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jinja2==3.1.4
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.5
# via
# -r requirements/test.txt
# sphinx
Expand Down Expand Up @@ -97,6 +105,8 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
Expand Down Expand Up @@ -132,6 +142,8 @@ rfc3986==2.0.0
# via twine
rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
Expand Down Expand Up @@ -171,7 +183,7 @@ twine==6.0.1
# via -r requirements/doc.in
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# twine
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/code-annotations/code-annotations/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.6
astroid==3.3.7
# via
# pylint
# pylint-celery
click==8.1.7
click==8.1.8
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -42,7 +42,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/django.txt
# django
click==8.1.7
click==8.1.8
# via -r requirements/base.txt
coverage[toml]==7.6.9
# via pytest-cov
Expand All @@ -17,7 +17,7 @@ coverage[toml]==7.6.9
# -r requirements/django.txt
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
jinja2==3.1.5
# via -r requirements/base.txt
markupsafe==3.0.2
# via
Expand Down
Loading