chore(deps): bump anyio from 4.11.0 to 4.14.2 - #1374
Conversation
Bumps [anyio](https://github.com/agronholm/anyio) from 4.11.0 to 4.14.2. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](agronholm/anyio@4.11.0...4.14.2) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying infrahub-sdk-python with
|
| Latest commit: |
8eeb486
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1209d4eb.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://dependabot-uv-anyio-4-14-2.infrahub-sdk-python.pages.dev |
Dependency bump analysis: safe to merge
Usage in this repoThree first-party call sites, all in the async file handler, plus two in tests:
That is the entire surface. A grep for Breaking changes across the full rangeThe PR body is truncated before 4.13.0 and 4.12.x; this covers 4.12.0 through 4.14.2.
No deprecations in this range. No security fixes. The 4.14.1 anyio pytest-plugin fixture-teardown fix is a role mismatch: async tests here run on Fixes we do benefit from, without code changes: cancellation exception escaping a cancel scope from a worker thread (4.14.0) and CPU spin delivering VerificationRun on py3.14 via
RecommendationMerge as is. No code changes needed, and the One non-blocking note: 4.14.0 added custom capacity limiters for async path/file I/O. |
Bumps anyio from 4.11.0 to 4.14.2.
Release notes
Sourced from anyio's releases.
... (truncated)
Commits
c384f99Bumped up the versiondbba29dFixed 100% CPU spin on cancel scope misuse (#1217)6bbc6c3Fix CapacityLimiter over-granting tokens on asyncio (#1172)6f82b25Refactored TestTLSStream.test_receive_invalid_max_bytes() to be less flakybe24b04Relaxed timeouts to fix test flakiness8113506Fix test flakiness caused by slow callback duration logging1e988b6Fixed CapacityLimiter raising trio.WouldBlock instead of anyio.WouldBlock (#1...44713f3Pin setup-uv to a commit sha across downstream jobs (#1213)f1b7301Fixed stderr writes in a worker subprocess causing a deadlock (#1207)212be93Fix flaky test_tcp_listener_same_port using a hardcoded port (#1206)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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Updates
anyiofrom 4.11.0 to 4.14.2, picking up new features and bug fixes.Written for commit 8eeb486. Summary will update on new commits.