chore: bump the python-dependencies group across 1 directory with 13 updates - #26
Open
dependabot[bot] wants to merge 1 commit into
Open
chore: bump the python-dependencies group across 1 directory with 13 updates#26dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [starlette](https://github.com/Kludex/starlette), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [alembic](https://github.com/sqlalchemy/alembic), [typer](https://github.com/fastapi/typer), [pytest-env](https://github.com/pytest-dev/pytest-env), [coverage](https://github.com/coveragepy/coveragepy), [time-machine](https://github.com/adamchainz/time-machine), [pre-commit](https://github.com/pre-commit/pre-commit), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy) and [types-pyyaml](https://github.com/python/typeshed) to permit the latest version. Updates `fastapi` to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.139.0...0.141.1) Updates `starlette` to 1.6.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@1.3.1...1.6.0) Updates `pydantic-settings` to 2.15.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.14.2...v2.15.0) Updates `sqlalchemy` to 2.0.52 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `alembic` to 1.19.1 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `typer` to 0.27.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.26.8...0.27.1) Updates `pytest-env` to 1.7.0 - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](pytest-dev/pytest-env@1.6.0...1.7.0) Updates `coverage` to 7.15.4 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.1...7.15.4) Updates `time-machine` to 3.4.0 - [Changelog](https://github.com/adamchainz/time-machine/blob/main/docs/changelog.rst) - [Commits](adamchainz/time-machine@3.2.0...3.4.0) Updates `pre-commit` to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.6.0...v4.6.2) Updates `ruff` to 0.16.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.21...0.16.4) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.3.0...v2.3.1) Updates `types-pyyaml` to 6.0.12.20260815 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: starlette dependency-version: 1.6.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic-settings dependency-version: 2.15.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.52 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: alembic dependency-version: 1.19.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: typer dependency-version: 0.27.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest-env dependency-version: 1.7.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.15.4 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: time-machine dependency-version: 3.4.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: types-pyyaml dependency-version: 6.0.12.20260815 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Updates the requirements on fastapi, starlette, pydantic-settings, sqlalchemy, alembic, typer, pytest-env, coverage, time-machine, pre-commit, ruff, mypy and types-pyyaml to permit the latest version.
Updates
fastapito 0.141.1Release notes
Sourced from fastapi's releases.
Commits
95f8322🔖 Release version 0.141.1 (#16106)f137944📝 Update release notesd623544🐛 Fix support for background tasks and headers from dependencies in `app.fron...1d211b9📝 Update release notes8a1f876📝 DocumentFASTAPI_ENVin FastAPI CLI guide (#16104)c7e7b65🔖 Release version 0.141.0 (#16103)6bceb84📝 Update release notes5429fed✨ Addapp.frontend(check_dir="auto"), to make local development more conven...628663f🔖 Release version 0.140.13 (#16096)0b54fd0📝 Update release notesUpdates
starletteto 1.6.0Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
... (truncated)
Commits
4f250d6Version 1.6.0 (#3434)9eea41aExposehttp.response.debuginfo via response extensions (#3130)38f8999Addmax_body_sizetoStarletteand route classes (#3431)c41236cVersion 1.5.1 (#3432)9c500dbLimitFileResponseto 100 ranges (#3430)78ae82cReject inverted single-byte Range like bytes=5-4 (#3389)c1d6edachore(deps): bump pymdown-extensions from 11.0 to 11.0.1 (#3429)ee66ca4chore(deps): bump the python-packages group across 1 directory with 8 updates...00d1016fix(tests): skip test_staticfiles_filename_too_long on Windows where os.pathc...d96887eAdd Pydantic Logfire banner to the docs (#3428)Updates
pydantic-settingsto 2.15.0Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
f725ca1Prepare release 2.15.0 (#930)28f35c2Bump the python-packages group with 4 updates (#929)9056db0test: move function-local imports to the top of test modules (#927)f077e3afix: raise ValidationError for non-JSON env values on strict fields (#926)ae25d70fix: treat Secret subclasses as non-complex fields (#716) (#920)798dceaBump the python-packages group with 4 updates (#924)a190041Bump the github-actions group with 4 updates (#925)5d93332Bump the python-packages group with 4 updates (#921)d2fdedafix: read secret files as UTF-8 instead of the locale encoding (#917)2256a4eBump the python-packages group with 3 updates (#915)Updates
sqlalchemyto 2.0.52Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
alembicto 1.19.1Release notes
Sourced from alembic's releases.
Commits
Updates
typerto 0.27.1Release notes
Sourced from typer's releases.
Changelog
Sourced from typer's changelog.
... (truncated)
Commits
fe2aa0e🔖 Release version 0.27.1 (#1919)680dc99📝 Update release notesac3efd5✨ Makeepilogformatting consistent with other parts of the help string (#1...32d80ef📝 Update release notes10cb3c9⬆️ Upgrade latest-changes to 0.7.1 (#1909)ac329a0📝 Update release notesc37ae2f📝 Add Library Skills documentation (#1906)0974a7e📝 Update release notes951178c🐛 Prevent scroll-to-top on restart/fast buttons in the documentation (#1904)9051baa📝 Update release notesUpdates
pytest-envto 1.7.0Release notes
Sourced from pytest-env's releases.
Commits
db01e70👷 ci: test against Python 3.15 beta (#245)9e3ce0d[pre-commit.ci] pre-commit autoupdate (#244)69dae16📦 build: move the testing extra to a dependency group (#243)290c20dbuild(deps): bump astral-sh/setup-uv from 8.3.1 to 8.3.2 (#242)c64e6dbbuild(deps): bump astral-sh/setup-uv from 8.3.0 to 8.3.1 (#241)23d37ac[pre-commit.ci] pre-commit autoupdate (#240)82ba427build(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.0 (#239)1a85be5[pre-commit.ci] pre-commit autoupdate (#238)63c2093💰 Surface GitHub Sponsors + thanks.devce3f28b[pre-commit.ci] pre-commit autoupdate (#237)Updates
coverageto 7.15.4Release notes
Sourced from coverage's releases.
Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
4c0e7ffdocs: sample HTML for 7.15.4db4cc32docs: prep for 7.15.4c33085cstyle: start gradual move to ruff 0.1653a0fd5fix: neutralize control characters in lcov report fields (#2226)b64d53dbuild: make 3.15 wheels53792abbuild: show the python version for kitsf6b03c7chore: make upgrade_one package=cibuildwheeld9b660achore: make upgradeb128a31docs: oops, move this entry to the correct placea7a2c15fix: escape filename urls in html report href attributes (#2227)Updates
time-machineto 3.4.0Changelog
Sourced from time-machine's changelog.
... (truncated)
Commits
2c2039cVersion 3.4.0bb7031dExtend Migration CLI to cover freezegun's pytest plugin patterns (#658)5520102Document unmocked time sources like NumPy and SQLite (#657)a68d3d3Publish wheels for Python 3.15 (#655)0a225cfFix reference leak inutcnow()whenDeprecationWarningraised as error (#...b3ecb81Remove sphinx-build-compatibility (#654)eb7ac9eVersion 3.3.1eff8136Use canonical timezone name intest_destination_string_naive()(#652)3d59d29Add Hypothesis fuzz tests (#653)c8114b0[pre-commit.ci] pre-commit autoupdate (#650)Updates
pre-committo 4.6.2Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
... (truncated)
Commits
9767b6cv4.6.242ee3ffMerge pull request #3743 from pre-commit/npm-build-scripts-11-x3056619fixlanguage: nodefor hooks with build scripts and npm 11.x242ce8av4.6.1766e550Merge pull request #3727 from pre-commit/dedupe1558d06Merge pull request #3726 from pre-commit/exists-faster8a1c47aavoid duplicate files in --all-files during conflict2e01c99faster check of rev existing locally as a commit3613bf2Merge pull request #3701 from pre-commit/autoupdate-repos1d811d9Return an error for invalid --repoUpdates
ruffto 0.16.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.