Bumps the requirements group with 5 updates in the / directory:
Updatessetuptools-scm from 8.3.1 to 9.2.0
Release notes
Sourced fromsetuptools-scm's releases.
v9.2.0
What's Changed
simple activation now requires a extra instead of setting up many pre-existing projects for failure/error
Full Changelog:pypa/setuptools-scm@v9.1.1...v9.2.0
v9.1.1 (yanked)
What's Changed
Full Changelog:pypa/setuptools-scm@v9.1.0...v9.1.1
yanked after hitting regressions wrt legcy project setups triggering auto activate
v9.1.0 (yanked)
yanked
a regression makes some sdists report version 0.0.0
What's Changed
Full Changelog:pypa/setuptools-scm@v9.0.3...v9.1.0
v9.0.3 (yanked)
What's Changed
Full Changelog:pypa/setuptools-scm@v9.0.2...v9.0.3
yanked
regression wrt specific old project setups vs auto-activate
v9.0.2 (yanked)
What's Changed
... (truncated)
Changelog
Sourced fromsetuptools-scm's changelog.
v9.2.0
Added
add simplified activation viasetuptools-scm[simple] extra
A new streamlined way to enable version inference without requiring a[tool.setuptools_scm] section.Whensetuptools-scm[simple] is inbuild-system.requires andversion is inproject.dynamic,version inference is automatically enabled with default settings.
removed
- unchecked simplified activation - too many projects use setups where it would fail
changed
- refine activation logic and add unittest for the relevant cases instead of trying to speedrun setuptools
v9.1.1 (yanked)
fixed
- fix#1194: correctly handle version keyword when pyproject metadata is missing
v9.1.0 (yanked)
fixed
v9.0.3 (yanked)
fixed
- fix 1184: verify version is dynamic if the dependency is used as indicator for enabling
v9.0.2 (yanked)
Fixed
- fix#1184: in case setuptools-scm is a indirect dependency and no pyproject.toml section exists - don't infer the version
... (truncated)
Commits
6bf6746 Merge pull request#1206 from pypa/RonnyPfannschmidt-changelogc49467d Update CHANGELOG.md3baa398 Merge pull request#1202 from RonnyPfannschmidt/version-infer-again861df20 Merge pull request#1199 from pypa/dependabot/github_actions/actions/download...daf68b5 Merge pull request#1200 from pypa/dependabot/github_actions/actions/checkout-5229946a Merge pull request#1197 from pypa/pre-commit-ci-update-configb8a2920 Add simple extra to pyproject.toml250b5c2 add test migration plan for llms + fix changelog formatting56a7a00 split version inference into the part that needs a distribution object and th...206742a return simplified activation with a extra to prevent regressions- Additional commits viewable incompare view
Updatespymongo from 4.14.0 to 4.14.1
Release notes
Sourced frompymongo's releases.
PyMongo 4.14.1
Community notes:https://www.mongodb.com/community/forums/t/pymongo-4-14-1-released/327511
Changelog
Sourced frompymongo's changelog.
Changes in Version 4.14.1 (2025/08/19)
Version 4.14.1 is a bug fix release.
- Fixed a bug in
MongoClient.append_metadata() andAsyncMongoClient.append_metadata()that allowed duplicateDriverInfo.name to be appended to the metadata.
Issues Resolved...............
See thePyMongo 4.14.1 release notes in JIRA_ for the list of resolved issuesin this release.
.. _PyMongo 4.14.1 release notes in JIRA:https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=45256
Commits
0d2a4b4 Prep for 4.14.1 release (#2495)550d234 PYTHON-5503 Use uv to install just in GitHub Actions (#2490) [v4.14] (#2493)d98049c PYTHON-5502 [v4.14] Fix handling of c extensions in Azure and GCP VMs (#2487)f66ec0f PYTHON-5492 Fix handling of MaxTimeMS message (#2484) [v4.14] (#2485)6611bec PYTHON-5493 [v4.14] Add a patch for the log order difference (#2482)7692bd6 PYTHON-5488append_metadata should not add duplicates (#2461) [v4.14] (#2483)aa0b920 PYTHON-5492 Fix handling of MaxTimeMSExpired responses (#2477) [v4.14] (#2479)1c48016 PYTHON-5349 Use drivers-evergreen-tools to start servers in GitHub Actions (#...7055ad1 PYTHON-5492 Mark test as flaky (#2472) [v4.14] (#2475)e80f4f4 PYTHON-5491 Skip non-idempotent dropIndex tests (#2467) [v4.14] (#2468)- Additional commits viewable incompare view
Updatespytest-cov from 6.2.1 to 6.3.0
Changelog
Sourced frompytest-cov's changelog.
6.3.0 (2025-09-06)
- Added support for markdown reports.Contributed by Marcos Boger in
[#712](https://github.com/pytest-dev/pytest-cov/issues/712) <https://github.com/pytest-dev/pytest-cov/pull/712>_and[#714](https://github.com/pytest-dev/pytest-cov/issues/714) <https://github.com/pytest-dev/pytest-cov/pull/714>_. - Fixed some formatting issues in docs.Anonymous contribution in
[#706](https://github.com/pytest-dev/pytest-cov/issues/706) <https://github.com/pytest-dev/pytest-cov/pull/706>_.
Commits
a69d1ab Bump version: 6.2.1 → 6.3.0475bf32 Update changelog.3834009 Add GitHub Actions example and fix example to not break with default markdown...0824728 Small phrasing adustments in Markdown docs474c1f4 Move markdown dest files check to StoreReport for earlier error and parser.er...7b21833 Default markdown-append to coverage.md and raise warning if both markdown opt...3a15312 Fix usage of Path.open() to write/append to files4b79449 Change output file cov-append.md in md-append example40e9e8e Add docs and update AUTHORS.rstf5ca33a Add tests for markdown and markdown-append- Additional commits viewable incompare view
Updatesfasteners from 0.19 to 0.20
Release notes
Sourced fromfasteners's releases.
Version 0.20
- InterProcessLock now catches OSError and handles BlockingIOError correctly.
- Remove support for python 3.8, python 3.9 and pypy 3.9. It should still work,but is no longer tested.
- Add support for python 3.12, 3.13 and pypy 3.11.
Changelog
Sourced fromfasteners's changelog.
[0.20]
- InterProcessLock now catches OSError and handles BlockingIOError correctly.
- Remove support for python 3.8, python 3.9 and pypy 3.9. It should still work,but is no longer tested.
- Add support for python 3.12, 3.13 and pypy 3.11.
Commits
Updatespytest from 8.4.1 to 8.4.2
Release notes
Sourced frompytest's releases.
8.4.2
pytest 8.4.2 (2025-09-03)
Bug fixes
#13478: Fixed a crash when usingconsole_output_style{.interpreted-text role="confval"} withtimes and a module is skipped.
#13530: Fixed a crash when usingpytest.approx{.interpreted-text role="func"} anddecimal.Decimal{.interpreted-text role="class"} instances with thedecimal.FloatOperation{.interpreted-text role="class"} trap set.
#13549: No longer evaluate type annotations in Python3.14 when inspecting function signatures.
This prevents crashes during module collection when modules do not explicitly usefrom __future__ import annotations and import types for annotations within aif TYPE_CHECKING: block.
#13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter inpytest.Parser.addini{.interpreted-text role="meth"}.
#13563:pytest.approx{.interpreted-text role="func"} now only importsnumpy if NumPy is already insys.modules. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.
Improved documentation
- #13577: Clarify that
pytest_generate_tests is discovered in test modules/classes; other hooks must be inconftest.py or plugins.
Contributor-facing changes
- #13480: Self-testing: fixed a few test failures when run with
-Wdefault or a similar override. - #13547: Self-testing: corrected expected message for
test_doctest_unexpected_exception in Python3.14. - #13684: Make pytest's own testsuite insensitive to the presence of the
CI environment variable -- byogrisel{.interpreted-text role="user"}.
Commits
bfae422 Prepare release version 8.4.28990538 Fix passenv CI in tox ini and make tests insensitive to the presence of the C...ca676bf Merge pull request#13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...975a60a Merge pull request#13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...7723ce8 Merge pull request#13683 from even-even/fix_Exeption_to_Exception_in_errorMe...b7f0568 Merge pull request#13685 from CoretexShadow/fix/docs-pytest-generate-tests2c94c4a add missing colon (#13640) (#13641)c3d7684 Merge pull request#13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...dc6e3be Merge pull request#13605 from The-Compiler/training-update-2025-07f87289c Fix crash withtimes output style and skipped module (#13573) (#13579)- Additional commits viewable incompare view
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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Uh oh!
There was an error while loading.Please reload this page.
Bumps the requirements group with 5 updates in the / directory:
8.3.19.2.04.14.04.14.16.2.16.3.00.190.208.4.18.4.2Updates
setuptools-scmfrom 8.3.1 to 9.2.0Release notes
Sourced fromsetuptools-scm's releases.
... (truncated)
Changelog
Sourced fromsetuptools-scm's changelog.
... (truncated)
Commits
6bf6746Merge pull request#1206 from pypa/RonnyPfannschmidt-changelogc49467dUpdate CHANGELOG.md3baa398Merge pull request#1202 from RonnyPfannschmidt/version-infer-again861df20Merge pull request#1199 from pypa/dependabot/github_actions/actions/download...daf68b5Merge pull request#1200 from pypa/dependabot/github_actions/actions/checkout-5229946aMerge pull request#1197 from pypa/pre-commit-ci-update-configb8a2920Add simple extra to pyproject.toml250b5c2add test migration plan for llms + fix changelog formatting56a7a00split version inference into the part that needs a distribution object and th...206742areturn simplified activation with a extra to prevent regressionsUpdates
pymongofrom 4.14.0 to 4.14.1Release notes
Sourced frompymongo's releases.
Changelog
Sourced frompymongo's changelog.
Commits
0d2a4b4Prep for 4.14.1 release (#2495)550d234PYTHON-5503 Use uv to install just in GitHub Actions (#2490) [v4.14] (#2493)d98049cPYTHON-5502 [v4.14] Fix handling of c extensions in Azure and GCP VMs (#2487)f66ec0fPYTHON-5492 Fix handling of MaxTimeMS message (#2484) [v4.14] (#2485)6611becPYTHON-5493 [v4.14] Add a patch for the log order difference (#2482)7692bd6PYTHON-5488append_metadatashould not add duplicates (#2461) [v4.14] (#2483)aa0b920PYTHON-5492 Fix handling of MaxTimeMSExpired responses (#2477) [v4.14] (#2479)1c48016PYTHON-5349 Use drivers-evergreen-tools to start servers in GitHub Actions (#...7055ad1PYTHON-5492 Mark test as flaky (#2472) [v4.14] (#2475)e80f4f4PYTHON-5491 Skip non-idempotent dropIndex tests (#2467) [v4.14] (#2468)Updates
pytest-covfrom 6.2.1 to 6.3.0Changelog
Sourced frompytest-cov's changelog.
Commits
a69d1abBump version: 6.2.1 → 6.3.0475bf32Update changelog.3834009Add GitHub Actions example and fix example to not break with default markdown...0824728Small phrasing adustments in Markdown docs474c1f4Move markdown dest files check to StoreReport for earlier error and parser.er...7b21833Default markdown-append to coverage.md and raise warning if both markdown opt...3a15312Fix usage of Path.open() to write/append to files4b79449Change output file cov-append.md in md-append example40e9e8eAdd docs and update AUTHORS.rstf5ca33aAdd tests for markdown and markdown-appendUpdates
fastenersfrom 0.19 to 0.20Release notes
Sourced fromfasteners's releases.
Changelog
Sourced fromfasteners's changelog.
Commits
87839f4Release 0.20559e586Use uv59edee2Update licence fields in pyproject.toml433df5dupdate docs build github actionfb22062Catch OSError in the InterProcessLock (#123)3f114f0Update CI python versions (#120)Updates
pytestfrom 8.4.1 to 8.4.2Release notes
Sourced frompytest's releases.
Commits
bfae422Prepare release version 8.4.28990538Fix passenv CI in tox ini and make tests insensitive to the presence of the C...ca676bfMerge pull request#13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...975a60aMerge pull request#13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...7723ce8Merge pull request#13683 from even-even/fix_Exeption_to_Exception_in_errorMe...b7f0568Merge pull request#13685 from CoretexShadow/fix/docs-pytest-generate-tests2c94c4aadd missing colon (#13640) (#13641)c3d7684Merge pull request#13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...dc6e3beMerge pull request#13605 from The-Compiler/training-update-2025-07f87289cFix crash withtimesoutput style and skipped module (#13573) (#13579)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions