chore(deps): update python dev-dependencies #434
+87
−54
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
>=1.2.1
->>=1.2.3
>=0.27.1
->>=0.29.1
>=0.36.0
->>=0.37.0
>=1.1.0
->>=1.2.0
>=6.2.1
->>=6.3.0
>=3.14.1
->>=3.15.1
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. 68041e8Refactor tests to improve readability by using Arrange-Act-Assert pattern and updating
httpserver
methods. 164c99dFix: set "click<8.3" and adjust some pytest_httpserver methods to latest. 8374073
Other
[pre-commit.ci] pre-commit autoupdate. 58946b2
updates: - github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.1
Updates
uv.lock
andpyproject.toml
to refactor dependency groups and align formatting. 8b4d8aav1.2.2
Compare Source
Compare the full difference.
Fixes
Fix
is_subpath
docstring for clarity and detailed explanation of functionality. 68041e8Refactor tests to improve readability by using Arrange-Act-Assert pattern and updating
httpserver
methods. 164c99dFix: set "click<8.3" and adjust some pytest_httpserver methods to latest. 8374073
Other
[pre-commit.ci] pre-commit autoupdate. 58946b2
updates: - github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.1
Updates
uv.lock
andpyproject.toml
to refactor dependency groups and align formatting. 8b4d8aa15r10nk/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).external_file("some_non_existing_file.txt")
.v0.29.0
Compare Source
Fixed
pytest_unconfigure
is called but notpytest_configure
(#293)v0.28.0
Compare Source
Added
get_snapshot_value()
, which removes all snapshot-specific wrappers and returns only the value of the snapshot.v0.27.2
Compare Source
Changed
inline_snapshot.testing.Example
.Fixed
nat-n/poethepoet (poethepoet)
v0.37.0
: 0.37.0Compare 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.0Compare Source
1.2.0 - 2025-09-12
Added
--asyncio-debug
CLI option andasyncio_debug
configuration option to enable asyncio debug mode for the default event loop. (#980)pytest.UsageError
for invalid configuration values ofasyncio_default_fixture_loop_scope
andasyncio_default_test_loop_scope
. (#1189)Fixed
RuntimeError: There is no current event loop in thread 'MainThread'
when any test unsets the event loop (such as when usingasyncio.run
andasyncio.Runner
). (#1177)@pytest.fixture
in [strict]{.title-ref} mode. The warning message now refers to the correct package. (#1198)Notes for Downstream Packagers
tox.ini
file provided by pytest-asyncio to run tests.v1.1.1
: pytest-asyncio 1.1.1Compare 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
Contributed by Marcos Boger in
#​712 <https://github.com/pytest-dev/pytest-cov/pull/712>
_and
#​714 <https://github.com/pytest-dev/pytest-cov/pull/714>
_.Anonymous contribution in
#​706 <https://github.com/pytest-dev/pytest-cov/pull/706>
_.pytest-dev/pytest-mock (pytest-mock)
v3.15.1
Compare Source
2025-09-16
#​529 <https://github.com/pytest-dev/pytest-mock/issues/529>
_: Fixeditertools._tee object has no attribute error
-- nowduplicate_iterators=True
must be passed tomocker.spy
to duplicate iterators.v3.15.0
Compare Source
2025-09-04
#​524 <https://github.com/pytest-dev/pytest-mock/pull/524>
_: Addedspy_return_iter
tomocker.spy
, which contains a duplicate of the return value of the spied method if it is anIterator
.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.
This PR was generated by Mend Renovate. View the repository job log.