Skip to content

Commit 43b57b2

Browse files
Bump towncrier from 23.11.0 to 24.8.0
Bumps [towncrier](https://github.com/twisted/towncrier) from 23.11.0 to 24.8.0. - [Release notes](https://github.com/twisted/towncrier/releases) - [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst) - [Commits](twisted/towncrier@23.11.0...24.8.0) --- updated-dependencies: - dependency-name: towncrier dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fe93ba commit 43b57b2

File tree

4 files changed

+6
-30
lines changed

4 files changed

+6
-30
lines changed

requirements/constraints.txt

+2-7
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ idna==3.3
9191
# yarl
9292
imagesize==1.4.1
9393
# via sphinx
94-
incremental==24.7.2
95-
# via towncrier
9694
iniconfig==2.0.0
9795
# via pytest
9896
jinja2==3.1.5
@@ -233,14 +231,13 @@ tomli==2.2.1
233231
# build
234232
# cherry-picker
235233
# coverage
236-
# incremental
237234
# mypy
238235
# pip-tools
239236
# pytest
240237
# slotscheck
241238
# sphinx
242239
# towncrier
243-
towncrier==23.11.0
240+
towncrier==24.8.0
244241
# via
245242
# -r requirements/doc.in
246243
# sphinxcontrib-towncrier
@@ -279,6 +276,4 @@ yarl==1.18.3
279276
pip==24.3.1
280277
# via pip-tools
281278
setuptools==75.6.0
282-
# via
283-
# incremental
284-
# pip-tools
279+
# via pip-tools

requirements/dev.txt

+2-7
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ idna==3.4
8989
# yarl
9090
imagesize==1.4.1
9191
# via sphinx
92-
incremental==24.7.2
93-
# via towncrier
9492
iniconfig==2.0.0
9593
# via pytest
9694
jinja2==3.1.5
@@ -224,14 +222,13 @@ tomli==2.2.1
224222
# build
225223
# cherry-picker
226224
# coverage
227-
# incremental
228225
# mypy
229226
# pip-tools
230227
# pytest
231228
# slotscheck
232229
# sphinx
233230
# towncrier
234-
towncrier==23.11.0
231+
towncrier==24.8.0
235232
# via
236233
# -r requirements/doc.in
237234
# sphinxcontrib-towncrier
@@ -270,6 +267,4 @@ yarl==1.18.3
270267
pip==24.3.1
271268
# via pip-tools
272269
setuptools==75.6.0
273-
# via
274-
# incremental
275-
# pip-tools
270+
# via pip-tools

requirements/doc-spelling.txt

+1-8
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ idna==3.4
2222
# via requests
2323
imagesize==1.4.1
2424
# via sphinx
25-
incremental==24.7.2
26-
# via towncrier
2725
jinja2==3.1.5
2826
# via
2927
# sphinx
@@ -65,16 +63,11 @@ sphinxcontrib-towncrier==0.4.0a0
6563
# via -r requirements/doc.in
6664
tomli==2.2.1
6765
# via
68-
# incremental
6966
# sphinx
7067
# towncrier
71-
towncrier==23.11.0
68+
towncrier==24.8.0
7269
# via
7370
# -r requirements/doc.in
7471
# sphinxcontrib-towncrier
7572
urllib3==2.3.0
7673
# via requests
77-
78-
# The following packages are considered to be unsafe in a requirements file:
79-
setuptools==75.6.0
80-
# via incremental

requirements/doc.txt

+1-8
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ idna==3.4
2222
# via requests
2323
imagesize==1.4.1
2424
# via sphinx
25-
incremental==24.7.2
26-
# via towncrier
2725
jinja2==3.1.5
2826
# via
2927
# sphinx
@@ -58,16 +56,11 @@ sphinxcontrib-towncrier==0.4.0a0
5856
# via -r requirements/doc.in
5957
tomli==2.2.1
6058
# via
61-
# incremental
6259
# sphinx
6360
# towncrier
64-
towncrier==23.11.0
61+
towncrier==24.8.0
6562
# via
6663
# -r requirements/doc.in
6764
# sphinxcontrib-towncrier
6865
urllib3==2.3.0
6966
# via requests
70-
71-
# The following packages are considered to be unsafe in a requirements file:
72-
setuptools==75.6.0
73-
# via incremental

0 commit comments

Comments
 (0)