chore(deps): bump the python-dependencies group with 12 updates - #5
Merged
Merged
Conversation
Bumps the python-dependencies group with 12 updates: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.16.5` | `1.19.1` | | [asyncpg](https://github.com/MagicStack/asyncpg) | `0.30.0` | `0.31.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.116.1` | `0.141.1` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.2.4` | `3.5.4` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.10.1` | `2.15.0` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.10` | `2.9.12` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.43` | `2.0.51` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.52.1` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `7.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.9` | `0.16.2` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `2.3.0` | Updates `alembic` from 1.16.5 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 `asyncpg` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](MagicStack/asyncpg@v0.30.0...v0.31.0) Updates `fastapi` from 0.116.1 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.116.1...0.141.1) Updates `greenlet` from 3.2.4 to 3.5.4 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.2.4...3.5.4) Updates `pydantic-settings` from 2.10.1 to 2.15.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@2.10.1...v2.15.0) Updates `psycopg2-binary` from 2.9.10 to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.10...2.9.12) Updates `sqlalchemy` from 2.0.43 to 2.0.51 - [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 `uvicorn` from 0.35.0 to 0.52.1 - [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.52.1) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) Updates `pytest-cov` from 6.2.1 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.1...v7.1.0) Updates `ruff` from 0.12.9 to 0.16.2 - [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.12.9...0.16.2) Updates `mypy` from 1.17.1 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v2.3.0) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: greenlet dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pydantic-settings dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/pip/python-dependencies-19ccab14f4
branch
August 12, 2026 15:13
flpksh
added a commit
that referenced
this pull request
Aug 13, 2026
…ções (#5) Atualiza o grupo de dependências Python com 12 atualizações: | Pacote | De | Para | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.16.5` | `1.19.1` | | [asyncpg](https://github.com/MagicStack/asyncpg) | `0.30.0` | `0.31.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.116.1` | `0.141.1` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.2.4` | `3.5.4` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.10.1` | `2.15.0` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.10` | `2.9.12` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.43` | `2.0.51` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.52.1` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `7.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.9` | `0.16.2` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `2.3.0` | Atualiza `alembic` de 1.16.5 para 1.19.1 - [Notas de versão](https://github.com/sqlalchemy/alembic/releases) - [Registro de alterações](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Histórico de commits](https://github.com/sqlalchemy/alembic/commits) Atualiza `asyncpg` de 0.30.0 para 0.31.0 - [Notas de versão](https://github.com/MagicStack/asyncpg/releases) - [Histórico de commits](MagicStack/asyncpg@v0.30.0...v0.31.0) Atualiza `fastapi` de 0.116.1 para 0.141.1 - [Notas de versão](https://github.com/fastapi/fastapi/releases) - [Histórico de commits](fastapi/fastapi@0.116.1...0.141.1) Atualiza `greenlet` de 3.2.4 para 3.5.4 - [Registro de alterações](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Histórico de commits](python-greenlet/greenlet@3.2.4...3.5.4) Atualiza `pydantic-settings` de 2.10.1 para 2.15.0 - [Notas de versão](https://github.com/pydantic/pydantic-settings/releases) - [Histórico de commits](pydantic/pydantic-settings@2.10.1...v2.15.0) Atualiza `psycopg2-binary` de 2.9.10 para 2.9.12 - [Registro de alterações](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Histórico de commits](psycopg/psycopg2@2.9.10...2.9.12) Atualiza `sqlalchemy` de 2.0.43 para 2.0.51 - [Notas de versão](https://github.com/sqlalchemy/sqlalchemy/releases) - [Registro de alterações](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Histórico de commits](https://github.com/sqlalchemy/sqlalchemy/commits) Atualiza `uvicorn` de 0.35.0 para 0.52.1 - [Notas de versão](https://github.com/Kludex/uvicorn/releases) - [Registro de alterações](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Histórico de commits](Kludex/uvicorn@0.35.0...0.52.1) Atualiza `pytest` de 9.0.3 para 9.1.1 - [Notas de versão](https://github.com/pytest-dev/pytest/releases) - [Registro de alterações](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Histórico de commits](pytest-dev/pytest@9.0.3...9.1.1) Atualiza `pytest-cov` de 6.2.1 para 7.1.0 - [Registro de alterações](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Histórico de commits](pytest-dev/pytest-cov@v6.2.1...v7.1.0) Atualiza `ruff` de 0.12.9 para 0.16.2 - [Notas de versão](https://github.com/astral-sh/ruff/releases) - [Registro de alterações](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Histórico de commits](astral-sh/ruff@0.12.9...0.16.2) Atualiza `mypy` de 1.17.1 para 2.3.0 - [Registro de alterações](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Histórico de commits](python/mypy@v1.17.1...v2.3.0) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: greenlet dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pydantic-settings dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luis Felipe <33140725+flpksh@users.noreply.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.
Bumps the python-dependencies group with 12 updates:
1.16.51.19.10.30.00.31.00.116.10.141.13.2.43.5.42.10.12.15.02.9.102.9.122.0.432.0.510.35.00.52.19.0.39.1.16.2.17.1.00.12.90.16.21.17.12.3.0Updates
alembicfrom 1.16.5 to 1.19.1Release notes
Sourced from alembic's releases.
... (truncated)
Commits
Updates
asyncpgfrom 0.30.0 to 0.31.0Release notes
Sourced from asyncpg's releases.
Commits
71775a6asyncpg v0.31.0508cae6Test on PostgreSQL 18 (#1290)e534e5fBump cibuildwheel07fe512Bump pgproto648b35fBump Cython to 3.2.1 (#1288)9e42642Add Python 3.14 support, experimental subinterpreter/freethreading support (#...6fe1c49Move development deps away from extras and into dependency groups (#1280)7a54816Fix a couple of missed Python version guards6c2c490Drop support for EOL Python 3.8 (#1281)4c60ae8Bump version to 0.31.0.dev0Updates
fastapifrom 0.116.1 to 0.141.1Release notes
Sourced from fastapi's releases.
... (truncated)
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
greenletfrom 3.2.4 to 3.5.4Changelog
Sourced from greenlet's changelog.
... (truncated)
Commits
384be88Preparing release 3.5.4bbdf57bAdd note to CHANGES about versions of 3.15 binary wheels may/not be compatibl...7599023Merge pull request #517 from ddorian/issue515-c-stack-refs73a0a1aFix the suspended C-stack-ref GC test to catch its regression1ff35f4Merge branch 'master' into issue515-c-stack-refs847fb82Merge pull request #520 from dynapx/fix-test-extension-npd0b471baMerge pull request #519 from ddorian/freethread-switch-critical-sectiond55914dSimplify the CHANGES.rst entry78932dcChange notes are for end users, they don't need to go into technical detail39bf70cHold the C-stack ref snapshot in a std::vector<OwnedObject>Updates
pydantic-settingsfrom 2.10.1 to 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
psycopg2-binaryfrom 2.9.10 to 2.9.12Changelog
Sourced from psycopg2-binary's changelog.
... (truncated)
Commits
3a6d9d6ci: include almalinux in whieel buildingebca6bfchore: bump to version 3.9.120196f02build(deps): bump pypa/cibuildwheel from 3.3.1 to 3.4.0d157bdcbuild(deps): bump docker/setup-qemu-action from 3 to 47fccc0fbuild(deps): bump actions/upload-artifact from 6 to 7d52a61echore: bump dependency librariesb231d72chore: fix building binary images6d76e84Merge pull request #1836 from psycopg/fix-1835f7e314cfix: overflow in malformed intervaleb905c1docs: replace bare except clause with except ExceptionUpdates
sqlalchemyfrom 2.0.43 to 2.0.51Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
uvicornfrom 0.35.0 to 0.52.1Release notes
Sourced from uvicorn's releases.
... (truncated)
Changelog
Sourced from uvicorn's changelog.
... (truncated)
Commits
ee8e45cVersion 0.52.1 (#3056)b57926dRemove duplicate content headers from WebSocket denial responses on websocket...49de1b9chore(deps): bump pymdown-extensions from 10.21.3 to 11.0 (#3042)2f3fa3aComplete server-initiated closes in SansIO WebSocket protocols (#3053)8c59d55chore(deps): bump the github-actions group with 5 updates (#3054)e148451Handle connection loss during WebSocket write backpressure (#3050)e16a69bAdd missing write flow control towebsockets-sansio(#3048)ef1dd44Fold the zttp-only tests back into the HTTP test suite (#3046)8f1b884Version 0.52.0 (#3044)f6833dbAdd experimental zttp HTTP/1.1 protocol (#2979)Updates
pytestfrom 9.0.3 to 9.1.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...1b82d16Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...501c4bcMerge pull request #14596 from bluetech/doc-classmethodb61f588Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir9a567e0[automated] Update plugin list (#14617) (#14618)ef8b299Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...66abd07Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup79fbf93Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...0d312ebMerge pull request #14611 from bluetech/parametrize-argvalues-typingUpdates
pytest-covfrom 6.2.1 to 7.1.0Changelog
Sourced from pytest-cov's changelog.
... (truncated)
Commits
66c8a52Bump version: 7.0.0 → 7.1.0f707662Make the examples use pypy 3.11.6049a78Make context test use the old ctracer (seems the new sysmon tracer behaves di...8ebf20bUpdate changelog.861d30eRemove the backup context manager - shouldn't be needed since coverage 5.0, ...fd4c956Pass the precision on the nulled total (seems that there's some caching goion...78c9c4eOnly run the 3.9 on older deps.4849a92Punctuation.197c35eUpdate changelog and hopefully I don't forget to publish release again :))14dc1c9Update examples to use 3.11 and make the adhoc layout example look a bit more...Updates
rufffrom 0.12.9 to 0.16.2Release notes
Sourced from ruff's releases.