From 569ae52ee1e599117a635893e5fff4512ec47682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 11:07:39 +0000 Subject: [PATCH 1/2] Bump cython from 3.1.2 to 3.1.3 (#11426) Bumps [cython](https://github.com/cython/cython) from 3.1.2 to 3.1.3.
Changelog

Sourced from cython's changelog.

3.1.3 (2025-??-??)

Bugs fixed

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cython&package-manager=pip&previous-version=3.1.2&new-version=3.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 2 +- requirements/cython.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index a0123ab3b0a..553d4cb9582 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -60,7 +60,7 @@ cryptography==45.0.6 # via # pyjwt # trustme -cython==3.1.2 +cython==3.1.3 # via -r requirements/cython.in distlib==0.4.0 # via virtualenv diff --git a/requirements/cython.txt b/requirements/cython.txt index b80de4842de..792988a9814 100644 --- a/requirements/cython.txt +++ b/requirements/cython.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --output-file=requirements/cython.txt --resolver=backtracking --strip-extras requirements/cython.in # -cython==3.1.2 +cython==3.1.3 # via -r requirements/cython.in multidict==6.6.4 # via -r requirements/multidict.in From 9f9b07cd21b9cccd21d4469d41309b01c544e9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:13:44 +0000 Subject: [PATCH 2/2] Bump towncrier from 23.11.0 to 24.8.0 (#8888) Bumps [towncrier](https://github.com/twisted/towncrier) from 23.11.0 to 24.8.0.
Release notes

Sourced from towncrier's releases.

Towncrier 24.8.0 (2024-08-23)

Features

  • Add .gitkeep as an ignored filename. (#643)
  • Config ignore option now supports wildcard matching via fnmatch. (#644)
  • Add a config for enforcing issue names using regex. (#649)

Bugfixes

  • The template file is now ignored based only on the file name. (#638)
  • Control of the header formatting is once again completely up to the user when they are writing markdown files (fixes a regression introduced in [#610](twisted/towncrier#610)). (#651)
  • Fixed an issue where issue_template failed recognizing the issue name of files with a non-category suffix (.md) (#654)
  • Fixed a bug where orphan news fragments (e.g. +abc1234.feature) would fail when an issue_pattern is configured. Orphan news fragments are now excempt from issue_pattern checks. (#655)

Deprecations and Removals

  • Moved towncrier version definition from src/towncrier/_version.py to pyproject.toml

    towncrier.__version__ was removed, after being deprecated in 23.6.0. (#640)

Misc

Towncrier 24.8.0rc1 (2024-08-19)

Features

  • Add .gitkeep as an ignored filename.

... (truncated)

Changelog

Sourced from towncrier's changelog.

Towncrier 24.8.0 (2024-08-23)

No changes since the previous release candidate.

Features

  • Add .gitkeep as an ignored filename. ([#643](https://github.com/twisted/towncrier/issues/643) <https://github.com/twisted/towncrier/issues/643>_)
  • Config ignore option now supports wildcard matching via fnmatch <https://docs.python.org/3/library/fnmatch.html#fnmatch.fnmatch>. ([#644](https://github.com/twisted/towncrier/issues/644) <https://github.com/twisted/towncrier/issues/644>)
  • Add a config for enforcing issue names using regex. ([#649](https://github.com/twisted/towncrier/issues/649) <https://github.com/twisted/towncrier/issues/649>_)

Bugfixes

  • The template file is now ignored based only on the file name. ([#638](https://github.com/twisted/towncrier/issues/638) <https://github.com/twisted/towncrier/issues/638>_)
  • Control of the header formatting is once again completely up to the user when they are writing markdown files (fixes a regression introduced in #610). ([#651](https://github.com/twisted/towncrier/issues/651) <https://github.com/twisted/towncrier/issues/651>_)
  • Fixed an issue where issue_template failed recognizing the issue name of files with a non-category suffix (.md) ([#654](https://github.com/twisted/towncrier/issues/654) <https://github.com/twisted/towncrier/issues/654>_)
  • Fixed a bug where orphan news fragments (e.g. +abc1234.feature) would fail when an issue_pattern is configured. Orphan news fragments are now excempt from issue_pattern checks. ([#655](https://github.com/twisted/towncrier/issues/655) <https://github.com/twisted/towncrier/issues/655>_)

Deprecations and Removals

  • Moved towncrier version definition from src/towncrier/_version.py to pyproject.toml

    towncrier.version was removed, after being deprecated in 23.6.0. ([#640](https://github.com/twisted/towncrier/issues/640) <https://github.com/twisted/towncrier/issues/640>_)

Misc

  • [#640](https://github.com/twisted/towncrier/issues/640) <https://github.com/twisted/towncrier/issues/640>, [#657](https://github.com/twisted/towncrier/issues/657) <https://github.com/twisted/towncrier/issues/657>

Towncrier 24.7.1 (2024-07-31)

No significant changes since the previous release candidate.

Bugfixes

  • When the template file is stored in the same directory with the news fragments, it is automatically ignored when checking for valid fragment file names. ([#632](https://github.com/twisted/towncrier/issues/632) <https://github.com/twisted/towncrier/issues/632>_)

Misc

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=towncrier&package-manager=pip&previous-version=23.11.0&new-version=24.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 9 ++------- requirements/dev.txt | 9 ++------- requirements/doc-spelling.txt | 9 +-------- requirements/doc.txt | 9 +-------- 4 files changed, 6 insertions(+), 30 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 553d4cb9582..14853f123b1 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -95,8 +95,6 @@ idna==3.6 # yarl imagesize==1.4.1 # via sphinx -incremental==24.7.2 - # via towncrier iniconfig==2.1.0 # via pytest isal==1.7.2 ; python_version < "3.14" @@ -251,14 +249,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 @@ -309,6 +306,4 @@ zstandard==0.23.0 ; implementation_name == "cpython" pip==25.2 # via pip-tools setuptools==80.9.0 - # via - # incremental - # pip-tools + # via pip-tools diff --git a/requirements/dev.txt b/requirements/dev.txt index 3d9534e3c68..a057ed21f9e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -93,8 +93,6 @@ idna==3.6 # yarl imagesize==1.4.1 # via sphinx -incremental==24.7.2 - # via towncrier iniconfig==2.1.0 # via pytest isal==1.7.2 ; python_version < "3.14" @@ -242,14 +240,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 @@ -300,6 +297,4 @@ zstandard==0.23.0 ; platform_python_implementation == "CPython" and python_versi pip==25.2 # via pip-tools setuptools==80.9.0 - # via - # incremental - # pip-tools + # via pip-tools diff --git a/requirements/doc-spelling.txt b/requirements/doc-spelling.txt index 6fe7bbc9f3d..752f2ff948c 100644 --- a/requirements/doc-spelling.txt +++ b/requirements/doc-spelling.txt @@ -22,8 +22,6 @@ idna==3.6 # via requests imagesize==1.4.1 # via sphinx -incremental==24.7.2 - # via towncrier jinja2==3.1.6 # via # sphinx @@ -65,16 +63,11 @@ sphinxcontrib-towncrier==0.5.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.5.0 # via requests - -# The following packages are considered to be unsafe in a requirements file: -setuptools==80.9.0 - # via incremental diff --git a/requirements/doc.txt b/requirements/doc.txt index 901551e0bf5..0bc71333e66 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -22,8 +22,6 @@ idna==3.6 # via requests imagesize==1.4.1 # via sphinx -incremental==24.7.2 - # via towncrier jinja2==3.1.6 # via # sphinx @@ -58,16 +56,11 @@ sphinxcontrib-towncrier==0.5.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.5.0 # via requests - -# The following packages are considered to be unsafe in a requirements file: -setuptools==80.9.0 - # via incremental