Bump the all-dependencies group with 5 updates#344
Merged
chrisguidry merged 2 commits intomainfrom Feb 18, 2026
Merged
Conversation
Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [typer](https://github.com/fastapi/typer) | `0.21.2` | `0.24.0` | | [prek](https://github.com/j178/prek) | `0.3.2` | `0.3.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.0` | `0.15.1` | | [fastapi](https://github.com/fastapi/fastapi) | `0.128.7` | `0.129.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.40.0` | `0.41.0` | Updates `typer` from 0.21.2 to 0.24.0 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.21.2...0.24.0) Updates `prek` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.3.2...v0.3.3) Updates `ruff` from 0.15.0 to 0.15.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.0...0.15.1) Updates `fastapi` from 0.128.7 to 0.129.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.128.7...0.129.0) Updates `uvicorn` from 0.40.0 to 0.41.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.40.0...0.41.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: prek dependency-version: 0.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: fastapi dependency-version: 0.129.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: uvicorn dependency-version: 0.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
📚 Documentation has been built for this PR! You can download the documentation directly here: |
chrisguidry
added a commit
that referenced
this pull request
Feb 18, 2026
The test calibrated `asyncio.sleep(0.1)` outside the task and used that to bound the duration measured inside the task. Each sleep varies independently, so the calibration didn't predict the task's actual sleep — Windows CI on #344 hit this (calibration got 125ms, task only slept 93ms). Instead, the task now captures its own elapsed time and the assertion uses that directly: the worker's duration must be at least the inner sleep and no more than 2x (headroom for dep injection, serialization, etc.). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #344 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 99 99
Lines 3098 3098
Branches 27 27
=========================================
Hits 3098 3098
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the all-dependencies group with 5 updates:
0.21.20.24.00.3.20.3.30.15.00.15.10.128.70.129.00.40.00.41.0Updates
typerfrom 0.21.2 to 0.24.0Release notes
Sourced from typer's releases.
Changelog
Sourced from typer's changelog.
... (truncated)
Commits
71bf168🔖 Release version 0.24.0c18baef📝 Update release notes28035df➖ Drop support for Python 3.9 (#1546)2bf1e4d🔖 Release version 0.23.2b51b821📝 Update release notes459030e👷 Run tests with lower bound uv sync, update minimum dependencies (#1526)ccd7669📝 Update release notes5a13460⬆ Bump prek from 0.3.2 to 0.3.3 (#1545)54b4477📝 Update release notes3f25640✅ Monkeypatch console width to allow runningpytestdirectly (#1542)Updates
prekfrom 0.3.2 to 0.3.3Release notes
Sourced from prek's releases.
... (truncated)
Changelog
Sourced from prek's changelog.
Commits
c741c8cBump version to 0.3.3 (#1655)7c52973Update dependency uv to v0.10.2 (#1639)34d30bcdocs: add prek usage reference for homeassistant Powercalc project97c3e0dUpdate Rust crate async-compression to v0.4.39903e324Update Rust crate clap to v4.5.586412d77Update Rust crate clap_complete to v4.5.66 (#1652)04b4a72Update Rust crate libc to v0.2.182e9e1850Update Rust crate lazy-regex to v3.6.0 (#1654)e024d65Update Rust crate memchr to v2.8.0cd79359Update Rust crate indicatif to v0.18.4 (#1644)Updates
rufffrom 0.15.0 to 0.15.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
a2f11d2Prepare for 0.15.1 (#23253)d29628eRemove docker-run-action (#23254)8a04266[ty] Allow discovering dependencies in system Python environments (#22994)55d06c8Ensure pending suppression diagnostics are reported (#23242)d056a9f[isort] support for configurable import section heading comments (#23151)e22fa4f[ty] Fix method calls on subclasses ofAny(#23248)fa56c15[ty] Fix bound method access onNone(#23246)4fd07d0Make range suppression test snapshot actually useful (#23251)8c63bce[ty] Include conditional symbols (likedatetime.UTC) in auto-import in more...46be943Exclude WASM artifacts from GitHub releases (#23221)Updates
fastapifrom 0.128.7 to 0.129.0Release notes
Sourced from fastapi's releases.
Commits
a2e5136🔖 Release version 0.129.0b7ce02a📝 Update release notes31d9750🔨 Update docs.py scripts to migrate Python 3.9 to Python 3.10 (#14906)109cc8a📝 Update release notesc82a3d8📝 Update highlights in webhooks docs (#14905)0e46065📝 Update release notesc9e2277📝 Update source examples and docs from Python 3.9 to 3.10 (#14900)d06ab3f📝 Update release notes3da206c🎨 Update internal types for Python 3.10 (#14898)cc903bd📝 Update release notesUpdates
uvicornfrom 0.40.0 to 0.41.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
9283c0fVersion 0.41.0 (#2821)a01a33eAdd--limit-max-requests-jitterto stagger worker restarts (#2707)2ce65bdIgnore permission denied errors in watchfiles reloader (#2817)654f2edEnsure lifespan shutdown runs whenshould_exitis set during startup (#2812)a03d9f6Reduce the log level of 'request limit exceeded' messages (#2788)e377de4Add socket path to scope["server"] (#2561)0779f7fPoll for readiness intest_multiprocess_health_checkandrun_server(#2816)7e9ce2cPoll for PID changes intest_multiprocess_sighupinstead of fixed sleep (#2...99f0d87Fix grep warning in scripts/sync-version (#2807)7ae2e63chore(deps): bump the python-packages group with 18 updates (#2801)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions