Bump the python-packages group with 9 updates#267
Merged
MTSOnGithub merged 1 commit intodevelopfrom Sep 22, 2025
Merged
Conversation
Bumps the python-packages group with 9 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.116.1` | `0.117.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.36.0` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.15.0` | `3.15.1` | | [pytest-lazy-fixtures](https://github.com/dev-petrov/pytest-lazy-fixtures) | `1.3.4` | `1.4.0` | | [faker](https://github.com/joke2k/faker) | `37.6.0` | `37.8.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.10.6` | `7.10.7` | | [gevent](https://github.com/gevent/gevent) | `25.8.2` | `25.9.1` | | [mypy](https://github.com/python/mypy) | `1.18.1` | `1.18.2` | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | Updates `fastapi` from 0.116.1 to 0.117.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.116.1...0.117.1) Updates `uvicorn` from 0.35.0 to 0.36.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.35.0...0.36.0) Updates `pytest-mock` from 3.15.0 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.15.0...v3.15.1) Updates `pytest-lazy-fixtures` from 1.3.4 to 1.4.0 - [Release notes](https://github.com/dev-petrov/pytest-lazy-fixtures/releases) - [Commits](dev-petrov/pytest-lazy-fixtures@1.3.4...1.4.0) Updates `faker` from 37.6.0 to 37.8.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v37.6.0...v37.8.0) Updates `coverage` from 7.10.6 to 7.10.7 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.6...7.10.7) Updates `gevent` from 25.8.2 to 25.9.1 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](gevent/gevent@25.8.2...25.9.1) Updates `mypy` from 1.18.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.1...v1.18.2) Updates `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.9.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.117.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: uvicorn dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest-lazy-fixtures dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: faker dependency-version: 37.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: coverage dependency-version: 7.10.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: gevent dependency-version: 25.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
MTSOnGithub
approved these changes
Sep 22, 2025
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 python-packages group with 9 updates:
0.116.10.117.10.35.00.36.03.15.03.15.11.3.41.4.037.6.037.8.07.10.67.10.725.8.225.9.11.18.11.18.225.1.025.9.0Updates
fastapifrom 0.116.1 to 0.117.1Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
784f06c🔖 Release version 0.117.1b5c0589📝 Update release notes44fc676🐛 Fix validation error whenFileis declared afterFormparameter (#11194)a840010📝 Update release notes382d083🔖 Release version 0.117.0a7f2dbe📝 Update release notesf1e6f97⚡️ Fixdefault_factoryfor response model field with Pydantic V1 (#9704)b01d5c9📝 Update release notesb51ec36✨ AllowNoneas return type for bodiless responses (#9425)0bdc3ca📝 Update release notesUpdates
uvicornfrom 0.35.0 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)Updates
pytest-mockfrom 3.15.0 to 3.15.1Release notes
Sourced from pytest-mock's releases.
Changelog
Sourced from pytest-mock's changelog.
Commits
e1b5c62Release 3.15.1184eb19Setspy_return_iteronly when explicitly requested (#537)4fa0088[pre-commit.ci] pre-commit autoupdate (#536)f5aff33Fix test failure with pytest 8+ and verbose mode (#535)adc4187Bump actions/setup-python from 5 to 6 in the github-actions group (#533)95ad570[pre-commit.ci] pre-commit autoupdate (#532)e696bf0Fix standalone mock support (#531)5b29b03Fix gen-release-notes script7d22ef4Merge pull request #528 from pytest-dev/release-3.15.0Updates
pytest-lazy-fixturesfrom 1.3.4 to 1.4.0Release notes
Sourced from pytest-lazy-fixtures's releases.
Commits
460428aBump actions/setup-python from 5 to 6 in the github-actions group (#49)358b037Add support for implicit lazy fixture injection (#50)Updates
fakerfrom 37.6.0 to 37.8.0Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
Commits
4bde8f5Bump version: 37.7.0 → 37.8.0f542f36📝 Update CHANGELOG.mde28d7cbfix teste4305b0fix paddinga359441💄 format code0e3f0bdAdd Automotive providers forja_JPlocale (#2251)d4fa69dBump version: 37.6.0 → 37.7.0f636f06📝 Update CHANGELOG.md9a482dd💄 Format code2493b2dfix: fix minor grammar typo (#2259)Updates
coveragefrom 7.10.6 to 7.10.7Changelog
Sourced from coverage's changelog.
Commits
92a2af5docs: sample HTML for 7.10.7952afdadocs: prep for 7.10.7a301761build: riscv64 wheels (#2055)5daff8ddocs: now source is formatted with ruff04bbc3adocs: discuss cog in the contributing docsc181b93build: use cog --check-fail-msg to instruct devs33c4ba1chore: make upgrade0744b73chore: bump the action-dependencies group across 1 directory with 2 updates (...0d5a112perf: bulk narrowing to avoid N**2. #2048a868ed9docs: mention Python Discord on the index pageUpdates
geventfrom 25.8.2 to 25.9.1Commits
86937dbPreparing release 25.9.1f3334b9Merge pull request #2141 from gevent/update-pypyebe9f21Update PyPy from 3.10v7.3.17 to 3.11v7.3.2057ea2bcMerge pull request #2140 from gevent/issue2139afb63b7Fix 2139 by typing the ivar correctly.533803fBump setup-python from 5 to 651010e4Merge pull request #2138 from gevent/dependabot/github_actions/github-actions...18168bcBump actions/checkout from 4 to 5 in the github-actions groupca0bc97Back to development: 25.8.3Updates
mypyfrom 1.18.1 to 1.18.2Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
df05f05remove +dev from version01a7a12Update changelog for 1.18.2 (#19873)ca5abf0Typeshed cherry-pick: Make type ofunitest.mock.Anya subclass ofAny(#1...9d794b5[mypyc] fix: inappropriateNones in f-strings (#19846)2c0510cstubtest: additional guidance on errors when runtime is object.init (#19733)2f3f03cBump version to 1.18.2+dev for point release7669841Fix crash on recursive alias in indirection.py (#19845)Updates
blackfrom 25.1.0 to 25.9.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
af0ba72Prepare docs for release 25.9.0 (#4751)ffc01a0Fix schema generation error caused by new click version (#4750)626b32fAdd normalizing for\rstyle newlines (#4710)57a4612Fix mypy type issue (#4745)4f6ad7cWrap theinclause of comprehensions across lines if necessary (#4699)24f5169ci: Run diff-shades on unstable instead of preview (#4741)4d55e60Bump actions/setup-python from 5 to 6 (#4744)0cf39efImprove the performance of get_string_prefix (#4742)1f779deFix line ranges decorator edge case (#4670)203fd6bOptimize Line string method (#4739)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