Skip to content

chore(deps): update python dev-dependencies#483

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-dev-dependencies
Open

chore(deps): update python dev-dependencies#483
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-dev-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 13, 2026

This PR contains the following updates:

Package Change Age Confidence
inline-snapshot (changelog) >=0.32.4>=0.32.6 age confidence
nonebug >=0.4.3>=0.4.4 age confidence
poethepoet (changelog) >=0.42.1>=0.44.0 age confidence
pytest-cov (changelog) >=7.0.0>=7.1.0 age confidence
respx (source, changelog) >=0.22.0>=0.23.1 age confidence

Release Notes

15r10nk/inline-snapshot (inline-snapshot)

v0.32.6

Compare Source

Fixed

  • Pydantic models, attrs and dataclasses with NewType-typed fields now generate correct snapshots that wrap the field value with the NewType constructor (e.g. Something(some_id=SomeID(1)) instead of Something(some_id=1)). This could only be fixed for Python >= 3.10.

nonebot/nonebug (nonebug)

v0.4.4: Release 0.4.4

Compare Source

What's Changed

Full Changelog: nonebot/nonebug@v0.4.3...v0.4.4

nat-n/poethepoet (poethepoet)

v0.44.0: 0.44.0

Compare Source

Enhancements

Breaking changes**

  • Transitive includes are now loaded by default. Previously, if an included config file contained its own include entries, those second-order includes were silently ignored. They are now followed recursively using depth-first loading. This may cause previously ignored config files to be loaded, potentially introducing new tasks or environment variables. To preserve the old behavior for a specific include, set recursive = false on that include entry. See the include guide for details.

Full Changelog: nat-n/poethepoet@v0.43.0...v0.44.0

v0.43.0: 0.43.0

Compare Source

Enhancements

  • Add task groups for grouping tasks under a heading in help output by @​brolewis in #​354
  • Treat false boolean args as unset env vars and add private vars by @​kzrnm in #​359

Breaking changes

This release includes a refactor of how task variables are managed, improving boolean arg semantics and introducing private
variables
. These changes may affect a small number of existing configurations:

  • Boolean args now produce unset env vars when false. Previously false mapped to the string "False"; now the env var is removed entirely. This gives consistent falsy behavior across shells and parameter expansion operators (:-, :+). Tasks checking for the literal string "False" or using os.environ["flag"] will need updating.

  • Private env vars are filtered from subprocesses. Variables starting with _ and containing no uppercase characters (e.g. _secret) are now treated as private — available for config-time interpolation but excluded from the task subprocess environment. This is unlikely to affect existing configurations, but any task that relies on a subprocess reading a _lowercase env var will need to rename it.

  • Private arg option names strip leading underscores. An arg named _flag with no explicit options now generates --flag instead of --_flag. A new validation rejects duplicate CLI options across args.

See the migration guide for details and recommended fixes.

New Contributors

Full Changelog: nat-n/poethepoet@v0.42.1...v0.43.0

lundberg/respx (respx)

v0.23.1

Compare Source

Fixed
  • Fix regression causing params pattern to stop working under some conditions,
    by doing a strict detection of ANY in multi items patterns (#​313)
CI
  • Update workflows actions (#​310)

v0.23.0

Compare Source

Fixed
CI

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.96%. Comparing base (e09dd0f) to head (8cf4673).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #483   +/-   ##
=======================================
  Coverage   95.96%   95.96%           
=======================================
  Files          40       40           
  Lines        2330     2330           
=======================================
  Hits         2236     2236           
  Misses         94       94           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants