chore(deps): update dependency anyio to v4.14.1 #126

Merged
alpha-nerd merged 1 commit from renovate/anyio-4.x into main 2026-06-26 08:55:22 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
anyio (changelog) ==4.14.0==4.14.1 age confidence

Release Notes

agronholm/anyio (anyio)

v4.14.1

Compare Source

  • Fixed teardown of higher-scoped async fixtures failing on asyncio with RuntimeError: Attempted to exit cancel scope in a different task than it was entered in when an async test raise an outcome exception (e.g., pytest.skip(), pytest.xfail(), or pytest.fail()) (#​1179; PR by @​EmmanuelNiyonshuti)
  • Fixed CapacityLimiter.total_tokens rejecting a value of 0 when the limiter was instantiated outside of an event loop, contradicting the documented behavior of allowing 0 total tokens (#​1183; PR by @​nyxst4ck)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [anyio](https://github.com/agronholm/anyio) ([changelog](https://anyio.readthedocs.io/en/stable/versionhistory.html)) | `==4.14.0` → `==4.14.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/anyio/4.14.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/anyio/4.14.0/4.14.1?slim=true) | --- ### Release Notes <details> <summary>agronholm/anyio (anyio)</summary> ### [`v4.14.1`](https://github.com/agronholm/anyio/releases/tag/4.14.1) [Compare Source](https://github.com/agronholm/anyio/compare/4.14.0...4.14.1) - Fixed teardown of higher-scoped async fixtures failing on asyncio with `RuntimeError: Attempted to exit cancel scope in a different task than it was entered in` when an async test raise an outcome exception (e.g., `pytest.skip()`, `pytest.xfail()`, or `pytest.fail()`) ([#&#8203;1179](https://github.com/agronholm/anyio/issues/1179); PR by [@&#8203;EmmanuelNiyonshuti](https://github.com/EmmanuelNiyonshuti)) - Fixed `CapacityLimiter.total_tokens` rejecting a value of `0` when the limiter was instantiated outside of an event loop, contradicting the documented behavior of allowing 0 total tokens ([#&#8203;1183](https://github.com/agronholm/anyio/pull/1183); PR by [@&#8203;nyxst4ck](https://github.com/nyxst4ck)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added the
dependencies
label 2026-06-24 23:33:02 +02:00
renovate-bot added 1 commit 2026-06-24 23:33:03 +02:00
chore(deps): update dependency anyio to v4.14.1
All checks were successful
PR Tests / test (pull_request) Successful in 1m17s
NYX Security Scan / nyx-scan (pull_request) Successful in 5m28s
1b08fc0871
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-06-24 23:33:08 +02:00
alpha-nerd merged commit f6591491d9 into main 2026-06-26 08:55:22 +02:00
Sign in to join this conversation.
No description provided.