chore(deps): bump the python-dependencies group across 1 directory with 26 updates#86
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/pip/backend/python-dependencies-796b3cf307
branch
from
June 3, 2026 23:25
f51fb12 to
75c37b8
Compare
dependabot
Bot
force-pushed
the
dependabot/pip/backend/python-dependencies-796b3cf307
branch
from
June 16, 2026 08:22
75c37b8 to
6b30a9a
Compare
dependabot
Bot
force-pushed
the
dependabot/pip/backend/python-dependencies-796b3cf307
branch
2 times, most recently
from
July 7, 2026 08:15
bcca933 to
7cec8c4
Compare
…th 26 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [httpx](https://github.com/encode/httpx), [aiosqlite](https://github.com/omnilib/aiosqlite), [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [python-multipart](https://github.com/Kludex/python-multipart), [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [asyncpg](https://github.com/MagicStack/asyncpg), [alembic](https://github.com/sqlalchemy/alembic), [pydantic](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [email-validator](https://github.com/JoshData/python-email-validator), [pyjwt](https://github.com/jpadilla/pyjwt), [pillow](https://github.com/python-pillow/Pillow), [pillow-heif](https://github.com/bigcat88/pillow_heif), [redis](https://github.com/redis/redis-py), [arq](https://github.com/python-arq/arq), [watchfiles](https://github.com/samuelcolvin/watchfiles), [apscheduler](https://github.com/agronholm/apscheduler), [aiosmtplib](https://github.com/cole/aiosmtplib), [tenacity](https://github.com/jd/tenacity), [python-dateutil](https://github.com/dateutil/dateutil), [imagehash](https://github.com/JohannesBuchner/imagehash) and [rembg](https://github.com/danielgatis/rembg) to permit the latest version. Updates `pytest` 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@8.0.0...9.1.1) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.0...v1.4.0) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v7.1.0) Updates `httpx` to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.26.0...0.28.1) Updates `aiosqlite` to 0.22.1 - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](omnilib/aiosqlite@v0.19.0...v0.22.1) Updates `fastapi` to 0.139.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.109.0...0.139.2) Updates `uvicorn` to 0.51.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.27.0...0.51.0) Updates `python-multipart` to 0.0.32 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.6...0.0.32) Updates `sqlalchemy` 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 `asyncpg` to 0.31.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](MagicStack/asyncpg@v0.29.0...v0.31.0) Updates `alembic` to 1.18.5 - [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 `pydantic` to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.5.3...v2.13.4) Updates `pydantic-settings` to 2.14.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.1.0...v2.14.2) Updates `email-validator` to 2.3.0 - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](JoshData/python-email-validator@v2.1.0...v2.3.0) Updates `pyjwt` to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.8.0...2.13.0) Updates `pillow` to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.2.0...12.3.0) Updates `pillow-heif` to 1.4.0 - [Release notes](https://github.com/bigcat88/pillow_heif/releases) - [Changelog](https://github.com/bigcat88/pillow_heif/blob/master/CHANGELOG.md) - [Commits](bigcat88/pillow_heif@v0.14.0...v1.4.0) Updates `redis` to 8.0.1 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v5.0.1...v8.0.1) Updates `arq` to 0.28.0 - [Release notes](https://github.com/python-arq/arq/releases) - [Changelog](https://github.com/python-arq/arq/blob/main/HISTORY.rst) - [Commits](python-arq/arq@v0.25.0...v0.28.0) Updates `watchfiles` to 1.2.0 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v0.21.0...v1.2.0) Updates `apscheduler` to 3.11.3 - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](agronholm/apscheduler@3.10.4...3.11.3) Updates `aiosmtplib` to 5.1.2 - [Release notes](https://github.com/cole/aiosmtplib/releases) - [Changelog](https://github.com/cole/aiosmtplib/blob/main/CHANGELOG.rst) - [Commits](cole/aiosmtplib@v3.0.1...v5.1.2) Updates `tenacity` to 9.1.4 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](jd/tenacity@8.2.3...9.1.4) Updates `python-dateutil` to 2.9.0.post0 - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](dateutil/dateutil@2.8.2...2.9.0.post0) Updates `imagehash` to 4.3.2 - [Release notes](https://github.com/JohannesBuchner/imagehash/releases) - [Commits](JohannesBuchner/imagehash@v4.3.1...v4.3.2) Updates `rembg` to 2.0.77 - [Release notes](https://github.com/danielgatis/rembg/releases) - [Commits](danielgatis/rembg@v2.0.50...v2.0.77) --- updated-dependencies: - dependency-name: aiosmtplib dependency-version: 5.1.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: alembic dependency-version: 1.18.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: apscheduler dependency-version: 3.11.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: arq dependency-version: 0.28.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: email-validator dependency-version: 2.3.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: imagehash dependency-version: 4.3.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pillow-heif dependency-version: 1.3.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pyjwt dependency-version: 2.12.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: python-dateutil dependency-version: 2.9.0.post0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: python-multipart dependency-version: 0.0.29 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: rembg dependency-version: 2.0.75 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tenacity dependency-version: 9.1.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: watchfiles dependency-version: 1.2.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/backend/python-dependencies-796b3cf307
branch
from
July 21, 2026 08:15
7cec8c4 to
2a75f49
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.
Updates the requirements on pytest, pytest-asyncio, pytest-cov, httpx, aiosqlite, fastapi, uvicorn, python-multipart, sqlalchemy, asyncpg, alembic, pydantic, pydantic-settings, email-validator, pyjwt, pillow, pillow-heif, redis, arq, watchfiles, apscheduler, aiosmtplib, tenacity, python-dateutil, imagehash and rembg to permit the latest version.
Updates
pytestto 9.1.1Release notes
Sourced from pytest's releases.
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-asyncioto 1.4.0Release notes
Sourced from pytest-asyncio's releases.
Commits
6e14cd2chore: Prepare release of v1.4.0.4b900fbBuild(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1ab9f632Build(deps): Bump zipp from 3.23.1 to 4.1.0a56fc77Build(deps): Bump hypothesis from 6.152.6 to 6.152.8e8bae9bBuild(deps): Bump requests from 2.34.0 to 2.34.2fc43340Build(deps): Bump idna from 3.14 to 3.15762eaf5Build(deps): Bump jaraco-functools from 4.4.0 to 4.5.0b62e222Build(deps): Bump click from 8.3.3 to 8.4.09190447Build(deps): Bump pydantic from 2.13.3 to 2.13.482a393cci: Remove unnecessary debug output.Updates
pytest-covto 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
httpxto 0.28.1Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
... (truncated)
Commits
26d48e0Version 0.28.1 (#3445)89599a9Fixverify=False,cert=...case. (#3442)8ecb86fAdd test for request params behavior changes (#3364) (#3440)0cb7e5aBump the python-packages group with 11 updates (#3434)15e21e9Updating deprecated docstring Client() class (#3426)80960faVersion 0.28.0. (#3419)a33c878Fixextensionstype annotation. (#3380)ce7e14dError on verify as str. (#3418)47f4a96Handle empty zstd responses (#3412)189fc4bUpdate CHANGELOG.md, fix typo(s) (#3406)Updates
aiosqliteto 0.22.1Changelog
Sourced from aiosqlite's changelog.
... (truncated)
Commits
9b127ceVersion bump v0.22.15c3f61cImprove stop semantics for connections (#370)a869d73Version bump v0.22.01cd60adEmit warning if connection is deleted before it is closed (#355)611d7b4Add set_authorizer support for fine-grained access control (#349)81d00c8Bump actions/setup-python from 5 to 6 (#357)7a26722Bump coverage[toml] from 7.8.0 to 7.10.7 (#358)4457540Bump flake8 from 7.2.0 to 7.3.0 (#346)b650dadBump actions/checkout from 5 to 6 (#366)065ffddBump mypy from 1.15.0 to 1.19.0 (#367)Updates
fastapito 0.139.2Release notes
Sourced from fastapi's releases.
Commits
866b7a3🔖 Release version 0.139.2 (#16014)7b3effe📝 Update release notes7fe315c🐛 Refactor router route building to make it thread-safe, mainly relevant for ...c48e67b🔖 Release version 0.139.1 (#16012)2acc4fb📝 Update release noteseb75fd0🐛 Fix frontend fallback support for doted paths like/users/john.doe(#16011)9b8410b📝 Update release notese24d44c📝 Fix topic repository list not being displayed andskip_usersnot being ap...93b78f8📝 Update release notesb959b44📝 Update release notesUpdates
uvicornto 0.51.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
... (truncated)
Commits
e4d0b05Version 0.51.0 (#3028)944e43dRemove colorama from the standard extra (#3027)2e78770Restart workers with overlap on SIGHUP for near-zero-downtime reloads (#3025)a1b570cVersion 0.50.2 (#3022)83c7da7Require websockets>=13.0 for the default sansio implementation (#3021)b4d0116Version 0.50.1 (#3020)2a9151dSplit comma-separatedSec-WebSocket-Protocolvalues in the websockets-sansi...1bf3ab4Cover the excluded-directory branch inFileFilterwith a direct test (#3014)837b5f9Deflake multiprocess, reload, and signal supervisor tests (#2975)21d2c16Version 0.50.0 (#3013)Updates
python-multipartto 0.0.32Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
... (truncated)
Commits
238ead6Version 0.0.32 (#302)8672979Replace per-byte partial-boundary scan with rfind lookbehind (#300)8190779Bump the python-packages group with 7 updates (#301)0d3c086Use uv package ecosystem for Dependabot (#299)4cffc68Version 0.0.31 (#298)c814948Reject negativeContent-Lengthinparse_form(#297)6b837d4Bound header field name size before validating (#296)e0c4f9dBump the github-actions group with 3 updates (#294)b8a01bbBump the python-packages group with 3 updates (#293)6732164Speed up multipart header parsing and callback dispatch (#295)Updates
sqlalchemyto 2.0.51Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
asyncpgto 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
alembicto 1.18.5Release notes
Sourced from alembic's releases.
... (truncated)
Commits
Updates
pydanticto 2.13.4Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
cf67d4bFix lintingf0d8a21Prepare release v2.13.45e3fe1dCheck for pydantic tag pattern in CI7f9edccDocument tagging conventionsb46a0c9Adaptpydantic-corelinker flags on macOS50629c8Update to PyPy 7.3.228522ebbPreserveRootModelcore metadataa37f3afAdaptMISSINGsentinel test to work with unreleasedtyping_extensionsver...909259aRemove Logfire example in documentation2c4174cBump libc from 0.2.155 to 0.2.185Updates
pydantic-settingsto 2.14.2Release notes
Sourced from pydantic-settings's releases.
Commits
d703bd7Prepare release 2.14.2 (#890)e95c30bPrepare release 2.14.1 (#859)0c87345Fix field namedclsconflicting with classmethod parameter (#858)7bd0072Bump the python-packages group with 2 updates (#856)b03e573Bump the github-actions group with 3 updates (#853)eaa3b43Bump the python-packages group with 5 updates (#854)9f95615Bump the python-packages group with 4 updates (#850)8916beePrepare release 2.14.0 (#848)39e551cFix CLI descriptions lost underpython -OOby falling back to `json_schema_...9ed7f48Bump the python-packages group with 4 updates (#84...Description has been truncated