From f6941aebf0763be12d8dc81395ad69b128b7e87c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 07:06:24 +0000 Subject: [PATCH 1/3] Bump coverage from 7.10.4 to 7.10.6 (#11456) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.4 to 7.10.6.
Changelog

Sourced from coverage's changelog.

Version 7.10.6 — 2025-08-29

.. _issue 1499: nedbat/coveragepy#1499 .. _pull 2038: nedbat/coveragepy#2038

.. _changes_7-10-5:

Version 7.10.5 — 2025-08-23

.. _pull 2032: nedbat/coveragepy#2032 .. _pull 2033: nedbat/coveragepy#2033 .. _pull 2034: nedbat/coveragepy#2034

.. _changes_7-10-4:

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverage&package-manager=pip&previous-version=7.10.4&new-version=7.10.6)](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/dev.txt | 2 +- requirements/test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 30778f8e902..ce731027948 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -52,7 +52,7 @@ click==8.1.8 # slotscheck # towncrier # wait-for-it -coverage==7.10.4 +coverage==7.10.6 # via # -r requirements/test.in # pytest-cov diff --git a/requirements/dev.txt b/requirements/dev.txt index 9ddca56a435..35a334077d8 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -52,7 +52,7 @@ click==8.1.8 # slotscheck # towncrier # wait-for-it -coverage==7.10.4 +coverage==7.10.6 # via # -r requirements/test.in # pytest-cov diff --git a/requirements/test.txt b/requirements/test.txt index 5157690e7fb..55518991770 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -25,7 +25,7 @@ cffi==1.17.1 # pytest-codspeed click==8.1.8 # via wait-for-it -coverage==7.10.4 +coverage==7.10.6 # via # -r requirements/test.in # pytest-cov From 72fcbee4c3c11bb8ac6b579a609ac0c788c023f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 08:57:30 +0000 Subject: [PATCH 2/3] Bump cryptography from 45.0.6 to 45.0.7 (#11462) Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.6 to 45.0.7.
Changelog

Sourced from cryptography's changelog.

45.0.7 - 2025-09-01


* Added a function to support an upcoming ``pyOpenSSL`` release.

.. _v45-0-6:

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cryptography&package-manager=pip&previous-version=45.0.6&new-version=45.0.7)](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/dev.txt | 2 +- requirements/lint.txt | 2 +- requirements/test.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index ce731027948..c4caefb7191 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -56,7 +56,7 @@ coverage==7.10.6 # via # -r requirements/test.in # pytest-cov -cryptography==45.0.6 +cryptography==45.0.7 # via # pyjwt # trustme diff --git a/requirements/dev.txt b/requirements/dev.txt index 35a334077d8..140d7f2eedb 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -56,7 +56,7 @@ coverage==7.10.6 # via # -r requirements/test.in # pytest-cov -cryptography==45.0.6 +cryptography==45.0.7 # via # pyjwt # trustme diff --git a/requirements/lint.txt b/requirements/lint.txt index d31c67d9591..d87d348abe7 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -21,7 +21,7 @@ cfgv==3.4.0 # via pre-commit click==8.1.8 # via slotscheck -cryptography==45.0.6 +cryptography==45.0.7 # via trustme distlib==0.4.0 # via virtualenv diff --git a/requirements/test.txt b/requirements/test.txt index 55518991770..659d56eafd9 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -29,7 +29,7 @@ coverage==7.10.6 # via # -r requirements/test.in # pytest-cov -cryptography==45.0.6 +cryptography==45.0.7 # via trustme exceptiongroup==1.3.0 # via pytest From 33de07852848eb51e82ad4132bb7038b27c348ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 10:30:41 +0000 Subject: [PATCH 3/3] Bump towncrier from 24.8.0 to 25.8.0 (#11463) Bumps [towncrier](https://github.com/twisted/towncrier) from 24.8.0 to 25.8.0.
Release notes

Sourced from towncrier's releases.

Towncrier 25.8.0

towncrier 25.8.0 (2025-08-30)

Features

  • Support was added for Mercurial SCM. ([#394](https://github.com/twisted/towncrier/issues/394) <https://github.com/twisted/towncrier/issues/394>_)
  • The towncrier check command now has a --staged flag to inspect the files staged for commit when checking for a news fragment: useful in a pre-commit hook ([#676](https://github.com/twisted/towncrier/issues/676) <https://github.com/twisted/towncrier/issues/676>_)
  • When used with an pyproject.toml file, when no explicit values are defined for [tool.towncrier.name|package] they will now fallback to the value of [project.name]. ([#687](https://github.com/twisted/towncrier/issues/687) <https://github.com/twisted/towncrier/issues/687>_)
  • More simple configuration for Keep a Changelog style changelogs ([#691](https://github.com/twisted/towncrier/issues/691) <https://github.com/twisted/towncrier/issues/691>_)
  • Added support for Python 3.13 and removed support for Python 3.8. ([#700](https://github.com/twisted/towncrier/issues/700) <https://github.com/twisted/towncrier/issues/700>_)

Bugfixes

  • Multi-line newsfragments that ends with a code block will now have a newline inserted before appending the link to the issue, to avoid breaking formatting. ([#614](https://github.com/twisted/towncrier/issues/614) <https://github.com/twisted/towncrier/issues/614>_)
  • Markdown header level is correctly inferred from title_format. ([#695](https://github.com/twisted/towncrier/issues/695) <https://github.com/twisted/towncrier/issues/695>_)

Improved Documentation

  • The documentation RST source files are now included in the sdist package. ([#672](https://github.com/twisted/towncrier/issues/672) <https://github.com/twisted/towncrier/issues/672>_)
  • Refactor the default markdown template to make it easier to understand, extend, and customize. ([#706](https://github.com/twisted/towncrier/issues/706) <https://github.com/twisted/towncrier/issues/706>_)

Deprecations and Removals

  • When no sections are present, the default Markdown template now renders the category headers as H2. In previous versions it was rendered as H3. ([#663](https://github.com/twisted/towncrier/issues/663) <https://github.com/twisted/towncrier/issues/663>_)

Misc

  • [#667](https://github.com/twisted/towncrier/issues/667) <https://github.com/twisted/towncrier/issues/667>, [#669](https://github.com/twisted/towncrier/issues/669) <https://github.com/twisted/towncrier/issues/669>, [#679](https://github.com/twisted/towncrier/issues/679) <https://github.com/twisted/towncrier/issues/679>, [#680](https://github.com/twisted/towncrier/issues/680) <https://github.com/twisted/towncrier/issues/680>, [#682](https://github.com/twisted/towncrier/issues/682) <https://github.com/twisted/towncrier/issues/682>, [#701](https://github.com/twisted/towncrier/issues/701) <https://github.com/twisted/towncrier/issues/701>, [#702](https://github.com/twisted/towncrier/issues/702) <https://github.com/twisted/towncrier/issues/702>, [#713](https://github.com/twisted/towncrier/issues/713) <https://github.com/twisted/towncrier/issues/713>

Towncrier 25.8.0rc2

towncrier 25.8.0rc2 (2025-08-15)

Features

... (truncated)

Changelog

Sourced from towncrier's changelog.

towncrier 25.8.0 (2025-08-30)

No significant changes since the previous release candidate.

Features

  • Support was added for Mercurial SCM. ([#394](https://github.com/twisted/towncrier/issues/394) <https://github.com/twisted/towncrier/issues/394>_)
  • The :command:towncrier check command now has a --staged flag to inspect the files staged for commit when checking for a news fragment: useful in a pre-commit hook ([#676](https://github.com/twisted/towncrier/issues/676) <https://github.com/twisted/towncrier/issues/676>_)
  • When used with an :file:pyproject.toml file, when no explicit values are defined for [tool.towncrier.name|package] they will now fallback to the value of [project.name]. ([#687](https://github.com/twisted/towncrier/issues/687) <https://github.com/twisted/towncrier/issues/687>_)
  • The directory configuration option is no longer required. It can now be generated based on value from the name configuration. ([#691](https://github.com/twisted/towncrier/issues/691) <https://github.com/twisted/towncrier/issues/691>_)
  • Added support for Python 3.13 and removed support for Python 3.8. ([#700](https://github.com/twisted/towncrier/issues/700) <https://github.com/twisted/towncrier/issues/700>_)

Bugfixes

  • Multi-line news fragments that end with a code block will now have a newline inserted before appending the link to the issue, to avoid breaking formatting. ([#614](https://github.com/twisted/towncrier/issues/614) <https://github.com/twisted/towncrier/issues/614>_)
  • Markdown header level is correctly inferred from title_format. ([#695](https://github.com/twisted/towncrier/issues/695) <https://github.com/twisted/towncrier/issues/695>_)

Improved Documentation

  • The documentation RST source files are now included in the sdist package. ([#672](https://github.com/twisted/towncrier/issues/672) <https://github.com/twisted/towncrier/issues/672>_)
  • Refactor the default markdown template to make it easier to understand, extend, and customize. ([#706](https://github.com/twisted/towncrier/issues/706) <https://github.com/twisted/towncrier/issues/706>_)

Deprecations and Removals

  • Support for Python 3.8 was removed. ([#700](https://github.com/twisted/towncrier/issues/700) <https://github.com/twisted/towncrier/issues/700>_)
  • When no sections are present, the default Markdown template now renders the category headers as H2. In previous versions it was rendered as H3. ([#663](https://github.com/twisted/towncrier/issues/663) <https://github.com/twisted/towncrier/issues/663>_)

Misc

  • [#667](https://github.com/twisted/towncrier/issues/667) <https://github.com/twisted/towncrier/issues/667>, [#669](https://github.com/twisted/towncrier/issues/669) <https://github.com/twisted/towncrier/issues/669>, [#679](https://github.com/twisted/towncrier/issues/679) <https://github.com/twisted/towncrier/issues/679>, [#680](https://github.com/twisted/towncrier/issues/680) <https://github.com/twisted/towncrier/issues/680>, [#682](https://github.com/twisted/towncrier/issues/682) <https://github.com/twisted/towncrier/issues/682>, [#701](https://github.com/twisted/towncrier/issues/701) <https://github.com/twisted/towncrier/issues/701>, [#702](https://github.com/twisted/towncrier/issues/702) <https://github.com/twisted/towncrier/issues/702>, [#713](https://github.com/twisted/towncrier/issues/713) <https://github.com/twisted/towncrier/issues/713>
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=towncrier&package-manager=pip&previous-version=24.8.0&new-version=25.8.0)](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/dev.txt | 2 +- requirements/doc-spelling.txt | 2 +- requirements/doc.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index c4caefb7191..1380eae0870 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -255,7 +255,7 @@ tomli==2.2.1 # slotscheck # sphinx # towncrier -towncrier==24.8.0 +towncrier==25.8.0 # via # -r requirements/doc.in # sphinxcontrib-towncrier diff --git a/requirements/dev.txt b/requirements/dev.txt index 140d7f2eedb..820386f5d9c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -246,7 +246,7 @@ tomli==2.2.1 # slotscheck # sphinx # towncrier -towncrier==24.8.0 +towncrier==25.8.0 # via # -r requirements/doc.in # sphinxcontrib-towncrier diff --git a/requirements/doc-spelling.txt b/requirements/doc-spelling.txt index c4ba83cfe05..9c124ff40c6 100644 --- a/requirements/doc-spelling.txt +++ b/requirements/doc-spelling.txt @@ -65,7 +65,7 @@ tomli==2.2.1 # via # sphinx # towncrier -towncrier==24.8.0 +towncrier==25.8.0 # via # -r requirements/doc.in # sphinxcontrib-towncrier diff --git a/requirements/doc.txt b/requirements/doc.txt index 601aec9ad25..75e56320418 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -58,7 +58,7 @@ tomli==2.2.1 # via # sphinx # towncrier -towncrier==24.8.0 +towncrier==25.8.0 # via # -r requirements/doc.in # sphinxcontrib-towncrier