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/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ blockbuster==1.5.26
# -r requirements/test-common.in
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
build==1.4.1
build==1.4.2
# via pip-tools
certifi==2026.2.25
# via requests
Expand Down Expand Up @@ -240,7 +240,7 @@ sphinxcontrib-spelling==8.0.2 ; platform_system != "Windows"
# via -r requirements/doc-spelling.in
sphinxcontrib-towncrier==0.5.0a0
# via -r requirements/doc.in
tomli==2.4.0
tomli==2.4.1
# via
# build
# coverage
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ blockbuster==1.5.26
# -r requirements/test-common.in
brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
build==1.4.1
build==1.4.2
# via pip-tools
certifi==2026.2.25
# via requests
Expand Down Expand Up @@ -230,7 +230,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-towncrier==0.5.0a0
# via -r requirements/doc.in
tomli==2.4.0
tomli==2.4.1
# via
# build
# coverage
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.2 ; platform_system != "Windows"
# via -r requirements/doc-spelling.in
sphinxcontrib-towncrier==0.5.0a0
# via -r requirements/doc.in
tomli==2.4.0
tomli==2.4.1
# 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.4.0
tomli==2.4.1
# via
# sphinx
# towncrier
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ six==1.17.0
# via python-dateutil
slotscheck==0.19.1
# via -r requirements/lint.in
tomli==2.4.0
tomli==2.4.1
# 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 @@ -91,7 +91,7 @@ setuptools-git==1.2
# via -r requirements/test-common.in
six==1.17.0
# via python-dateutil
tomli==2.4.0
tomli==2.4.1
# 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 @@ -124,7 +124,7 @@ setuptools-git==1.2
# via -r requirements/test-common.in
six==1.17.0
# via python-dateutil
tomli==2.4.0
tomli==2.4.1
# 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 @@ -124,7 +124,7 @@ setuptools-git==1.2
# via -r requirements/test-common.in
six==1.17.0
# via python-dateutil
tomli==2.4.0
tomli==2.4.1
# via
# coverage
# mypy
Expand Down
Loading