Skip to content
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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ iniconfig==2.0.0
# via
# -r requirements/quality.txt
# pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -158,7 +158,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ coverage[toml]==7.6.12
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.1
cryptography==44.0.2
# via secretstorage
django==4.2.19
# via
Expand Down Expand Up @@ -65,7 +65,7 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
jeepney==0.9.0
# via
# keyring
# secretstorage
Expand All @@ -89,7 +89,7 @@ more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.20
nh3==0.2.21
# via readme-renderer
packaging==24.2
# via
Expand Down Expand Up @@ -118,7 +118,7 @@ pygments==2.19.1
# readme-renderer
# rich
# sphinx
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -152,7 +152,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.2.1
sphinx==8.2.3
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/code-annotations/code-annotations/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.8.0
setuptools==75.8.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -86,7 +86,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pbr==6.1.1
# stevedore
pluggy==1.5.0
# via pytest
pytest==8.3.4
pytest==8.3.5
# via pytest-cov
pytest-cov==6.0.0
# via -r requirements/test.in
Expand Down