Bump the dependencies group across 1 directory with 9 updates #266
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 9 updates in the / directory:
2024.10.32025.8.254.9.04.10.02025.6.152025.8.33.4.23.4.38.2.18.3.02.32.42.32.50.47.20.48.04.14.04.15.00.34.30.36.0Updates
sphinx-autobuildfrom 2024.10.3 to 2025.8.25Release notes
Sourced from sphinx-autobuild's releases.
Changelog
Sourced from sphinx-autobuild's changelog.
... (truncated)
Commits
fd726c5Release 2025.08.25f810750Update pre-commit versions12e0553Formatpyproject.toml6d039d4Declare support for Python 3.14c4a47b0Fix name of 'test' nox session in docs (#193)48fcf5cFix--helpwith Python 3.14 and Sphinx 8.2.3 (#199)0c52892AddSPHINX_AUTOBUILD_DEBUGto aid debugging (#192)cc58cc1Add a--post-buildargument (#190)92bcf10Require Python 3.11 or newer, to match Sphinx (#189)Updates
anyiofrom 4.9.0 to 4.10.0Release notes
Sourced from anyio's releases.
Changelog
Sourced from anyio's changelog.
... (truncated)
Commits
27abc2cBumped up the version, second attempt0cf55b8Bumped up the versionb029df5Updated the to_interpreter module to use the public API on Python 3.14 (#956)01f02cfIncorporated EP2025 sprint feedback and added a new section (#955)d896480[pre-commit.ci] pre-commit autoupdate (#954)0282b81Added the BufferedByteReceiveStream.feed_data() method (#945)19e5477Fixed a cancellation edge case for asyncio CapacityLimiter (#952)4666df3[pre-commit.ci] pre-commit autoupdate (#946)38c2567[pre-commit.ci] pre-commit autoupdate (#942)3db73acAdd missing imports for Readcting to cancellation in worker threads example (...Updates
certififrom 2025.6.15 to 2025.8.3Commits
a97d9ad2025.08.03 (#362)ddd90c62025.07.14 (#359)d9052212025.07.09 (#358)Updates
charset-normalizerfrom 3.4.2 to 3.4.3Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
46f662dRelease 3.4.3 (#638)1a059b2🔧 skip building on freethreaded as we're not confident it is stable2275e3d📝 final note in CHANGELOG.mdc96acdf📝 update release date on CHANGELOG.md43e5460📝 update README.mdf277074🔧 automatically lower confidence on small bytes str on non Unicode res...15ae241🐛 automatically fallback on valid UTF-16 or UTF-32 even if the md says it...37397c1🔧 enable 3.14 in nox test_mypyc sessioncb82537⏪ revert license due to compat python 3.7 issue setuptools6a2efeb🎨 fix linter errorsUpdates
clickfrom 8.2.1 to 8.3.0Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
Commits
00fadb8Release version 8.3.02a0e3batesting/CliRunner: Fix regression related to EOF introduced in 262bdf0 (#2940)e11a1efMerge branch 'main' into fix-cli-runner-prompt-eof-handling36deba8Forward exception information to resources registered in a context (#3058)f2cae7a#2447 Add summary of PR to changelog for 8.3.x7c7ec36#2447 Split resource exception handling tests in single and nested92129c5#2447 Added exception forwarding to context tests555fa9b#2447 Forward exception data to exit stack when calling__exit__16fe802Add more tests onEnumrendering (#3053)d36de6fAdd more tests on Enum rendering their item's names and not valuesUpdates
requestsfrom 2.32.4 to 2.32.5Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
b25c87dv2.32.5131e506Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...b336cb2Bump actions/checkout from 4.2.0 to 5.0.046e939bUpdate publish workflow to useartifact-idinstead ofname4b9c546Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...7618dbeBump step-security/harden-runner from 2.12.0 to 2.13.02edca11Add support for Python 3.14 and drop support for Python 3.8 (#6993)fec96cdUpdate Makefile rules (#6996)d58d8aadocs: clarify timeout parameter uses seconds in Session.request (#6994)91a3eabBump github/codeql-action from 3.28.5 to 3.29.0Updates
starlettefrom 0.47.2 to 0.48.0Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
Commits
e18637cVersion 0.48.0 (#3014)1bee3efAdd official Python 3.14 support (#3013)c379051Updatepublish.yamlwith latest PyPI recommendations (#3011)40a8147feat: implement rfc9110 http status names (#2939)efea3b8chore: set minimum uv version (#3012)63e70d0chore: add citation file (#3010)da0f1ceci: pin github actions' versions (#3009)4bd6ab1chore: add Marcelo Trylesinski as maintainer (#3008)118c7c7Rename branchmastertomain(#3001)73d83e9Clarify BaseHTTPMiddleware effect on contextvars propagation (#2943)Updates
typing-extensionsfrom 4.14.0 to 4.15.0Release notes
Sourced from typing-extensions's releases.
Changelog
Sourced from typing-extensions's changelog.
Commits
9d1637ePrepare release 4.15.0 (#658)4bd67c5Coverage: exclude some noise (#656)e589a26Coverage: add detailed report to job summary (#655)67d37feCoverage: Implement fail_under (#654)e9ae26fDon't delete previous coverage comment (#653)ac80bb7Add Coverage workflow (#623)abaaafdPrepare release 4.15.0rc1 (#650)9810405Add@disjoint_base(PEP 800) (#634)7ee9e05Backport type_params fix from CPython (#646)1e8eb9cDo not refer to PEP 705 as being experimental (#648)Updates
uvicornfrom 0.34.3 to 0.36.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
0e3b18cVersion 0.36.0 (#2704)f84661dchore: drop mention to scripts/publish (#2696)dcd7e6cdocs: replace uvicorn.org by uvicorn.dev (#2703)e5e7344Bump astral-sh/setup-uv from 6.6.1 to 6.7.0 (#2701)b40c428docs: add docs to uvicorn.dev (#2702)dca6b1cci: update dependabot ecosystem from pip to uv (#2700)fe50e5dAdd Marcelo Trylesinski to the license (#2699)d417371ci: publish docs onworkflow_dispatch(#2695)bf337d6Use uv instead of plain pip (#2693)ea9e01echore: rename pipeline file to match starlette (#2692)Most Recent Ignore Conditions Applied to This Pull Request
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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