Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
bump-my-version >=1.2.1 -> >=1.2.3 age confidence
inline-snapshot (changelog) >=0.27.1 -> >=0.29.1 age confidence
poethepoet (changelog) >=0.36.0 -> >=0.37.0 age confidence
pytest-asyncio (changelog) >=1.1.0 -> >=1.2.0 age confidence
pytest-cov (changelog) >=6.2.1 -> >=6.3.0 age confidence
pytest-mock (changelog) >=3.14.1 -> >=3.15.1 age confidence

Release Notes

callowayproject/bump-my-version (bump-my-version)

v1.2.3

Compare Source

Compare the full difference.

Fixes
  • Fix is_subpath docstring for clarity and detailed explanation of functionality. 68041e8

  • Refactor tests to improve readability by using Arrange-Act-Assert pattern and updating httpserver methods. 164c99d

  • Fix: set "click<8.3" and adjust some pytest_httpserver methods to latest. 8374073

Other
Updates
  • Update uv.lock and pyproject.toml to refactor dependency groups and align formatting. 8b4d8aa

v1.2.2

Compare Source

Compare the full difference.

Fixes
  • Fix is_subpath docstring for clarity and detailed explanation of functionality. 68041e8

  • Refactor tests to improve readability by using Arrange-Act-Assert pattern and updating httpserver methods. 164c99d

  • Fix: set "click<8.3" and adjust some pytest_httpserver methods to latest. 8374073

Other
Updates
  • Update uv.lock and pyproject.toml to refactor dependency groups and align formatting. 8b4d8aa
15r10nk/inline-snapshot (inline-snapshot)

v0.29.1

Compare Source

Changed

  • Example.run_inline can now be used with ["--inline-snapshot=disable"].

Fixed

  • --inline-snapshot=report now shows the same changes for external snapshots as --inline-snapshot=review (#​298).
  • Fixed a crash when generating reports for external_file("some_non_existing_file.txt").

v0.29.0

Compare Source

Fixed

  • handle in cases where pytest_unconfigure is called but not pytest_configure (#​293)

v0.28.0

Compare Source

Added

  • Added get_snapshot_value(), which removes all snapshot-specific wrappers and returns only the value of the snapshot.

v0.27.2

Compare Source

Changed

  • Improved documentation for inline_snapshot.testing.Example.

Fixed

  • inline-snapshot generates no longer triple quoted strings when it fixes cases like this (#​281):
    from inline_snapshot import snapshot
    
    def test_a():
        assert "" == snapshot(
            """
    a
    b\
    """
        )

nat-n/poethepoet (poethepoet)

v0.37.0: 0.37.0

Compare Source

Enhancements

Full Changelog: nat-n/poethepoet@v0.36.0...v0.37.0

pytest-dev/pytest-asyncio (pytest-asyncio)

v1.2.0: pytest-asyncio 1.2.0

Compare Source

1.2.0 - 2025-09-12

Added

  • --asyncio-debug CLI option and asyncio_debug configuration option to enable asyncio debug mode for the default event loop. (#​980)
  • A pytest.UsageError for invalid configuration values of asyncio_default_fixture_loop_scope and asyncio_default_test_loop_scope. (#​1189)
  • Compatibility with the Pyright type checker (#​731)

Fixed

  • RuntimeError: There is no current event loop in thread 'MainThread' when any test unsets the event loop (such as when using asyncio.run and asyncio.Runner). (#​1177)
  • Deprecation warning when decorating an asynchronous fixture with @pytest.fixture in [strict]{.title-ref} mode. The warning message now refers to the correct package. (#​1198)

Notes for Downstream Packagers

  • Bump the minimum required version of tox to v4.28. This change is only relevant if you use the tox.ini file provided by pytest-asyncio to run tests.
  • Extend dependency on typing-extensions>=4.12 from Python<3.10 to Python<3.13.

v1.1.1: pytest-asyncio 1.1.1

Compare Source

v1.1.1 - 2025-09-12

Notes for Downstream Packagers

- Addresses a build problem with setuptoos-scm >= 9 caused by invalid setuptools-scm configuration in pytest-asyncio. (#​1192)

pytest-dev/pytest-cov (pytest-cov)

v6.3.0

Compare Source

  • Added support for markdown reports.
    Contributed by Marcos Boger in #&#8203;712 <https://github.com/pytest-dev/pytest-cov/pull/712>_
    and #&#8203;714 <https://github.com/pytest-dev/pytest-cov/pull/714>_.
  • Fixed some formatting issues in docs.
    Anonymous contribution in #&#8203;706 <https://github.com/pytest-dev/pytest-cov/pull/706>_.
pytest-dev/pytest-mock (pytest-mock)

v3.15.1

Compare Source

2025-09-16

  • #&#8203;529 <https://github.com/pytest-dev/pytest-mock/issues/529>_: Fixed itertools._tee object has no attribute error -- now duplicate_iterators=True must be passed to mocker.spy to duplicate iterators.

v3.15.0

Compare Source

2025-09-04

  • Python 3.8 (EOL) is no longer supported.
  • #&#8203;524 <https://github.com/pytest-dev/pytest-mock/pull/524>_: Added spy_return_iter to mocker.spy, which contains a duplicate of the return value of the spied method if it is an Iterator.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 8, 2025
Copy link

codecov bot commented Sep 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.21%. Comparing base (56abe81) to head (20185dd).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #434   +/-   ##
=======================================
  Coverage   94.21%   94.21%           
=======================================
  Files          40       40           
  Lines        2402     2402           
=======================================
  Hits         2263     2263           
  Misses        139      139           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/python-dev-dependencies branch 5 times, most recently from a570f60 to bd85464 Compare September 19, 2025 14:05
@renovate renovate bot force-pushed the renovate/python-dev-dependencies branch from bd85464 to 20185dd Compare September 24, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants