Skip to content
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
9 changes: 2 additions & 7 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ idna==3.3
# yarl
imagesize==1.4.1
# via sphinx
incremental==24.7.2
# via towncrier
iniconfig==2.0.0
# via pytest
jinja2==3.1.5
Expand Down Expand Up @@ -237,14 +235,13 @@ tomli==2.2.1
# build
# cherry-picker
# coverage
# incremental
# mypy
# pip-tools
# pytest
# slotscheck
# sphinx
# towncrier
towncrier==23.11.0
towncrier==24.8.0
# via
# -r requirements/doc.in
# sphinxcontrib-towncrier
Expand Down Expand Up @@ -283,6 +280,4 @@ yarl==1.18.3
pip==24.3.1
# via pip-tools
setuptools==75.8.0
# via
# incremental
# pip-tools
# via pip-tools
9 changes: 2 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ idna==3.4
# yarl
imagesize==1.4.1
# via sphinx
incremental==24.7.2
# via towncrier
iniconfig==2.0.0
# via pytest
jinja2==3.1.5
Expand Down Expand Up @@ -228,14 +226,13 @@ tomli==2.2.1
# build
# cherry-picker
# coverage
# incremental
# mypy
# pip-tools
# pytest
# slotscheck
# sphinx
# towncrier
towncrier==23.11.0
towncrier==24.8.0
# via
# -r requirements/doc.in
# sphinxcontrib-towncrier
Expand Down Expand Up @@ -274,6 +271,4 @@ yarl==1.18.3
pip==24.3.1
# via pip-tools
setuptools==75.8.0
# via
# incremental
# pip-tools
# via pip-tools
9 changes: 1 addition & 8 deletions requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
incremental==24.7.2
# via towncrier
jinja2==3.1.5
# via
# sphinx
Expand Down Expand Up @@ -65,16 +63,11 @@ sphinxcontrib-towncrier==0.4.0a0
# via -r requirements/doc.in
tomli==2.2.1
# via
# incremental
# sphinx
# towncrier
towncrier==23.11.0
towncrier==24.8.0
# via
# -r requirements/doc.in
# sphinxcontrib-towncrier
urllib3==2.3.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.8.0
# via incremental
9 changes: 1 addition & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
incremental==24.7.2
# via towncrier
jinja2==3.1.5
# via
# sphinx
Expand Down Expand Up @@ -58,16 +56,11 @@ sphinxcontrib-towncrier==0.4.0a0
# via -r requirements/doc.in
tomli==2.2.1
# via
# incremental
# sphinx
# towncrier
towncrier==23.11.0
towncrier==24.8.0
# via
# -r requirements/doc.in
# sphinxcontrib-towncrier
urllib3==2.3.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.8.0
# via incremental
Loading