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.
Sourced from coverage's
changelog. Fix: Performance: .. _issue 1499: nedbat/coveragepy#1499
.. _pull 2038: nedbat/coveragepy#2038 .. _changes_7-10-5: .. _pull 2032: nedbat/coveragepy#2032
.. _pull 2033: nedbat/coveragepy#2033
.. _pull 2034: nedbat/coveragepy#2034 .. _changes_7-10-4: Sourced from cryptography's
changelog. 45.0.7 - 2025-09-01 .. _v45-0-6:Changelog
Version 7.10.6 — 2025-08-29
source directories were not properly communicated
to subprocesses
that ran in different directories, as reported in issue
1499_. This is now
fixed.Alex Gaynor continues fine-tuning <pull
2038_>_ the speed of
combination, especially with many contexts.Version 7.10.5 — 2025-08-23
coverage combine: it's now
about twice as
fast! Huge thanks to Alex Gaynor for pull requests 2032 <pull
2032_>,
2033 <pull 2033_>, and 2034 <pull
2034_>_.Commits
88c55ff
docs: sample HTML for 7.10.601d8995
docs: prep for 7.10.69b0c24f
docs: thanks Alex #203866d6910
fix: make source paths absolute where they exist. #1499bb3382f
build: no need for the combine/html times now9ea349a
lab: warn_executed.py808c9b4
build: changing metacov.ini should trigger metacov384f5f2
build: oops, some 'if's are really line pragmasa7224af
perf: pre-compute the mapping between other_db.context and main.context
(#2038)5c00c5b
chore: bump the action-dependencies group with 3 updates (#2039)
[](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 Changelog
* Added a function to support an upcoming ``pyOpenSSL`` release.
f52a3e1
prep for a 45.0.7 release (#13378)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 checkcommand now has a--stagedflag 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.tomlfile, 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)
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 checkcommand now has a--stagedflag 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.tomlfile, 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
directoryconfiguration option is no longer required. It can now be generated based on value from thenameconfiguration. ([#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>
762c8f2
Prepare final version.fb2c842
Update NEWS.rstaae1d33
Apply suggestions from code reviewcb696b2
[pre-commit.ci] auto fixes from pre-commit.com hooks10bbd8e
Fix version string.5f4639a
Merge origin.234ebc5
Fix version.8547ca9
Update releae candidate.5347588
[pre-commit.ci] auto fixes from pre-commit.com hookse5853c5
Update releae candidate.