MESH-2092 Bump the dependencies group across 1 directory with 5 updates#248
Merged
github-actions[bot] merged 1 commit intodevelopfrom Mar 4, 2026
Merged
Conversation
Contributor
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) | `2.9.0.20260124` | `2.9.0.20260302` | | [fastapi](https://github.com/fastapi/fastapi) | `0.129.0` | `0.135.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.40.0` | `0.41.0` | | [types-lxml](https://github.com/abelcheung/types-lxml) | `2026.1.1` | `2026.2.16` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.1` | `0.15.4` | Updates `types-python-dateutil` from 2.9.0.20260124 to 2.9.0.20260302 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `fastapi` from 0.129.0 to 0.135.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.129.0...0.135.1) 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) Updates `types-lxml` from 2026.1.1 to 2026.2.16 - [Release notes](https://github.com/abelcheung/types-lxml/releases) - [Changelog](https://github.com/abelcheung/types-lxml/blob/main/CHANGELOG.md) - [Commits](abelcheung/types-lxml@2026.01.01...2026.02.16) Updates `ruff` from 0.15.1 to 0.15.4 - [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.1...0.15.4) --- updated-dependencies: - dependency-name: types-python-dateutil dependency-version: 2.9.0.20260302 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: fastapi dependency-version: 0.135.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: uvicorn dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: types-lxml dependency-version: 2026.2.16 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
91993d7 to
2524910
Compare
|
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 dependencies group with 5 updates in the / directory:
2.9.0.202601242.9.0.202603020.129.00.135.10.40.00.41.02026.1.12026.2.160.15.10.15.4Updates
types-python-dateutilfrom 2.9.0.20260124 to 2.9.0.20260302Commits
Updates
fastapifrom 0.129.0 to 0.135.1Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
ca5f60e🔖 Release version 0.135.187f75aa📝 Update release notes8a9258b🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed...6038507📝 Update release notesc796ba4👥 Update FastAPI People - Experts (#15037)b24aa03📝 Update release notes2c61047✏️ Fix typo indocs/en/docs/_llm-test.md(#15007)e3bbeef📝 Update release notesd726c8c📝 Update release notescf514e6👥 Update FastAPI People - Contributors and Translators (#15029)Updates
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)Updates
types-lxmlfrom 2026.1.1 to 2026.2.16Release notes
Sourced from types-lxml's releases.
... (truncated)
Changelog
Sourced from types-lxml's changelog.
... (truncated)
Commits
8454d91ci: Fix release workflow token permissionsd241569docs: Prepare for new releasec3d29a9docs: Add CHANGELOG.md704c735test: test_registry_remove_bad fix for PyPyfd27499test(mypy): exclude Resolver related names due to method sig change52f7421ci: Don't run stub test for worker supposed to run runtime test only451c1afchore: Add config for git-cliff711183dtest: Migrate Resolver tests to runtimecbdad52fix(stub)!: Remove _ResolverRegistry.copy()d8d5e13fix(stub): Resolver methods args mostly position onlyUpdates
rufffrom 0.15.1 to 0.15.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
f14edd8Bump 0.15.4 (#23595)fd09d37Fix panic on access to definitions after analyzing definitions (#23588)81d655f[pyflakes] suppress false positive inF821for names used beforedelin...625b4f5[ruff] docs: Clarify first-party import detection in Ruff (#23591)60facfaone word typo fix in awhile_loop.mdtest case (#23589)fbb9fa7docs: fix incorrect import-heading example (#23568)5bc49a9Increase the ruleset size to 16 bits (#23586)a62ba8c[ty] Fix overloaded callable assignability for unary Callable targets (#23277)e5f2f36Bump 0.15.3 (#23585)0e19fc9[ty] defer calculating conjunctions in narrowing constraints (#23552)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