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
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ exceptiongroup==1.3.0
# via pytest
execnet==2.1.1
# via pytest-xdist
filelock==3.19.1
filelock==3.20.0
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
Expand Down Expand Up @@ -137,7 +137,7 @@ pip-tools==7.5.1
# via -r requirements/dev.in
pkgconfig==1.5.5
# via -r requirements/test-common.in
platformdirs==4.4.0
platformdirs==4.5.0
# via virtualenv
pluggy==1.6.0
# via
Expand Down Expand Up @@ -244,7 +244,7 @@ stamina==25.1.0
# via cherry-picker
tenacity==9.1.2
# via stamina
tomli==2.2.1
tomli==2.3.0
# via
# build
# cherry-picker
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ exceptiongroup==1.3.0
# via pytest
execnet==2.1.1
# via pytest-xdist
filelock==3.19.1
filelock==3.20.0
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
Expand Down Expand Up @@ -134,7 +134,7 @@ pip-tools==7.5.1
# via -r requirements/dev.in
pkgconfig==1.5.5
# via -r requirements/test-common.in
platformdirs==4.4.0
platformdirs==4.5.0
# via virtualenv
pluggy==1.6.0
# via
Expand Down Expand Up @@ -235,7 +235,7 @@ stamina==25.1.0
# via cherry-picker
tenacity==9.1.2
# via stamina
tomli==2.2.1
tomli==2.3.0
# via
# build
# cherry-picker
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sphinxcontrib-spelling==8.0.1 ; platform_system != "Windows"
# via -r requirements/doc-spelling.in
sphinxcontrib-towncrier==0.5.0a0
# via -r requirements/doc.in
tomli==2.2.1
tomli==2.3.0
# via
# sphinx
# towncrier
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-towncrier==0.5.0a0
# via -r requirements/doc.in
tomli==2.2.1
tomli==2.3.0
# via
# sphinx
# towncrier
Expand Down
6 changes: 3 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ distlib==0.4.0
# via virtualenv
exceptiongroup==1.3.0
# via pytest
filelock==3.19.1
filelock==3.20.0
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
Expand Down Expand Up @@ -55,7 +55,7 @@ packaging==25.0
# via pytest
pathspec==0.12.1
# via mypy
platformdirs==4.4.0
platformdirs==4.5.0
# via virtualenv
pluggy==1.6.0
# via pytest
Expand Down Expand Up @@ -96,7 +96,7 @@ six==1.17.0
# via python-dateutil
slotscheck==0.19.1
# via -r requirements/lint.in
tomli==2.2.1
tomli==2.3.0
# via
# mypy
# pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ setuptools-git==1.2
# via -r requirements/test-common.in
six==1.17.0
# via python-dateutil
tomli==2.2.1
tomli==2.3.0
# via
# coverage
# mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ setuptools-git==1.2
# via -r requirements/test-common.in
six==1.17.0
# via python-dateutil
tomli==2.2.1
tomli==2.3.0
# via
# coverage
# mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ setuptools-git==1.2
# via -r requirements/test-common.in
six==1.17.0
# via python-dateutil
tomli==2.2.1
tomli==2.3.0
# via
# coverage
# mypy
Expand Down
Loading