Bump the python-packages group across 1 directory with 22 updates#117
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump the python-packages group across 1 directory with 22 updates#117dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Updates the requirements on [apscheduler](https://github.com/agronholm/apscheduler), [celery](https://github.com/celery/celery), [cryptography](https://github.com/pyca/cryptography), [fastapi](https://github.com/fastapi/fastapi), [filelock](https://github.com/tox-dev/py-filelock), [httpx](https://github.com/encode/httpx), [logfire](https://github.com/pydantic/logfire), [logfire[celery,fastapi,psycopg2,requests]](https://github.com/pydantic/logfire), [pillow](https://github.com/python-pillow/Pillow), [pip](https://github.com/pypa/pip), [pydantic](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [redis](https://github.com/redis/redis-py), [ruff](https://github.com/astral-sh/ruff), [sentry-sdk](https://github.com/getsentry/sentry-python), [setuptools](https://github.com/pypa/setuptools), [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [sqlmodel](https://github.com/fastapi/sqlmodel), [starlette](https://github.com/Kludex/starlette), [uvicorn](https://github.com/Kludex/uvicorn), [coverage](https://github.com/coveragepy/coveragepy) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `apscheduler` to 3.11.2 - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](agronholm/apscheduler@3.11.0...3.11.2) Updates `celery` to 5.6.2 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](celery/celery@v5.5.3...v5.6.2) Updates `cryptography` to 46.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.2...46.0.3) Updates `fastapi` to 0.128.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.119.0...0.128.0) Updates `filelock` to 3.20.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.20.0...3.20.3) Updates `httpx` from 0.27.2 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.27.2...0.28.1) Updates `logfire` to 4.19.0 - [Release notes](https://github.com/pydantic/logfire/releases) - [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md) - [Commits](pydantic/logfire@v4.13.0...v4.19.0) Updates `logfire[celery,fastapi,psycopg2,requests]` to 4.19.0 - [Release notes](https://github.com/pydantic/logfire/releases) - [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md) - [Commits](pydantic/logfire@v4.13.0...v4.19.0) Updates `pillow` to 12.1.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@11.3.0...12.1.0) Updates `pip` to 25.3 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@25.2...25.3) Updates `pydantic` to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.0...v2.12.5) Updates `pydantic-settings` to 2.12.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.11.0...v2.12.0) Updates `redis` to 7.1.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v6.4.0...v7.1.0) Updates `ruff` from 0.14.0 to 0.14.14 - [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.14.0...0.14.14) Updates `sentry-sdk` to 2.50.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.41.0...2.50.0) Updates `setuptools` to 80.10.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.9.0...v80.10.2) Updates `sqlalchemy` to 2.0.46 - [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 `sqlmodel` to 0.0.31 - [Release notes](https://github.com/fastapi/sqlmodel/releases) - [Changelog](https://github.com/fastapi/sqlmodel/blob/main/docs/release-notes.md) - [Commits](fastapi/sqlmodel@0.0.27...0.0.31) Updates `starlette` to 0.52.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.48.0...0.52.1) Updates `uvicorn` to 0.40.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.37.0...0.40.0) Updates `coverage` from 7.10.7 to 7.13.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.7...7.13.2) Updates `pytest` from 8.4.2 to 9.0.2 - [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.4.2...9.0.2) --- updated-dependencies: - dependency-name: apscheduler dependency-version: 3.11.2 dependency-type: direct:production dependency-group: python-packages - dependency-name: celery dependency-version: 5.6.2 dependency-type: direct:production dependency-group: python-packages - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production dependency-group: python-packages - dependency-name: fastapi dependency-version: 0.128.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:production dependency-group: python-packages - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: logfire dependency-version: 4.19.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: logfire[celery,fastapi,psycopg2,requests] dependency-version: 4.19.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: pillow dependency-version: 12.1.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: pip dependency-version: '25.3' dependency-type: direct:production dependency-group: python-packages - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production dependency-group: python-packages - dependency-name: pydantic-settings dependency-version: 2.12.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: redis dependency-version: 7.1.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: sentry-sdk dependency-version: 2.50.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:production dependency-group: python-packages - dependency-name: sqlalchemy dependency-version: 2.0.46 dependency-type: direct:production dependency-group: python-packages - dependency-name: sqlmodel dependency-version: 0.0.31 dependency-type: direct:production dependency-group: python-packages - dependency-name: starlette dependency-version: 0.52.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: uvicorn dependency-version: 0.40.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: coverage dependency-version: 7.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... 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 apscheduler, celery, cryptography, fastapi, filelock, httpx, logfire, logfire[celery,fastapi,psycopg2,requests], pillow, pip, pydantic, pydantic-settings, redis, ruff, sentry-sdk, setuptools, sqlalchemy, sqlmodel, starlette, uvicorn, coverage and pytest to permit the latest version.
Updates
apschedulerto 3.11.2Release notes
Sourced from apscheduler's releases.
Commits
0f70950Added the release versionbc404e6Updated publish actionsc3aa155Updated pre-commit modulesad6b2dcAdded fix for get_next_fire_time not advancing through fold with unfolded pre...f4df139Added the release version25be7b7Fixed CronTrigger getting stuck on fallback DST transition (#1079)1261386Updated etcd image repository nameb1f5636Fixed shutdown() not raising the correct exception for some schedulersUpdates
celeryto 5.6.2Release notes
Sourced from celery's releases.
Changelog
Sourced from celery's changelog.
... (truncated)
Commits
6a43c84Prepare for release: v5.6.2 (#10049)333a82fBugfix: Revoked tasks now immediately update backend status to REVOKED (#9869)9d6ab11Fix recursive WorkController instantiation in DjangoWorkerFixup + AttributeEr...21dbc73Prepare for release: v5.6.1 (#10037)ba20bedOnly use exceptiongroup backport for Python < 3.11 (#10033)2167529Stop importing pytest_subtests0527296Bump google-cloud-firestore from 2.21.0 to 2.22.05f8659bClarify 'result_extended' setting usage in tasksf19db70Bump mypy from 1.19.0 to 1.19.1 (#10028)6da72bdbetter coverage (#10029)Updates
cryptographyto 46.0.3Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
c0af4ddrelease 46.0.3 (#13681)Updates
fastapito 0.128.0Release notes
Sourced from fastapi's releases.
Commits
8322a44🔖 Release version 0.128.04b2cfcf📝 Update release notese300630➖ Drop support forpydantic.v1(#14609)1b3bea8📝 Update release notes34e8841✅ Run performance tests only on Pydantic v2 (#14608)cd90c78🔖 Release version 0.127.193f4dfd📝 Update release notes535b5da🔊 Add a customFastAPIDeprecationWarning(#14605)6b53786📝 Update release notesd98f4eb🔧 Update pre-commit to use local Ruff instead of hook (#14604)Updates
filelockto 3.20.3Release notes
Sourced from filelock's releases.
Changelog
Sourced from filelock's changelog.
... (truncated)
Commits
41b42ddFix TOCTOU symlink vulnerability in SoftFileLock (#465)f2e7d40[pre-commit.ci] pre-commit autoupdate (#464)5088854Support Unix systems without O_NOFOLLOW (#463)377f622[pre-commit.ci] pre-commit autoupdate (#460)4724d7fFix TOCTOU symlink vulnerability in lock file creation (#461)cb69414Bump actions/upload-artifact from 5 to 6 (#459)0769294Bump actions/download-artifact from 6 to 7 (#458)414193a[pre-commit.ci] pre-commit autoupdate (#457)1456797[pre-commit.ci] pre-commit autoupdate (#456)8d6bf90Bump actions/checkout from 5 to 6 (#455)Updates
httpxfrom 0.27.2 to 0.28.1Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
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
logfireto 4.19.0Release notes
Sourced from logfire's releases.
Changelog
Sourced from logfire's changelog.
... (truncated)
Commits
ede767fRelease v4.19.0 (#1631)7a3e157Add DSPy integration to logfire (#1625)8daff1bAdd Vercel AI SDK integration documentation (#1630)ccda603Minor optimization: move tweaking of ASGI send/receive span level (#1629)2ec0a54Set log level based on HTTP status code, create issues for handled exceptions...4f4bcbbAdd OTel GenAI semantic convention attributes to LLM instrumentations (#1619)1e65974Release v4.18.0 (#1624)e7b89a6Claude SDK instrumentation (#1618)4074714chore: upgrade uv in weekly deps test (#1623)5126c16optimize: default to stable pydantic in dev, keep git build for weekly CI (#1...Updates
logfire[celery,fastapi,psycopg2,requests]to 4.19.0Release notes
Sourced from logfire[celery,fastapi,psycopg2,requests]'s releases.
Changelog
Sourced from logfire[celery,fastapi,psycopg2,requests]'s changelog.
... (truncated)
Commits
ede767fRelease v4.19.0 (#1631)7a3e157Add DSPy integration to logfire (#1625)8daff1bAdd Vercel AI SDK integration documentation (#1630)ccda603Minor optimization: move tweaking of ASGI send/receive span level (#1629)2ec0a54Set log level based on HTTP status code, create issues for handled exceptions...4f4bcbbAdd OTel GenAI semantic convention attributes to LLM instrumentations (#1619)1e65974Release v4.18.0 (#1624)e7b89a6Claude SDK instrumentation (#1618)4074714chore: upgrade uv in weekly deps test (#1623)5126c16optimize: default to stable pydantic in dev, keep git build for weekly CI (#1...Updates
pillowto 12.1.0Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (truncated)
Commits
46f45f612.1.0 version bumpc9ac097Simplify band splitting (#9291)3baedf2Deprecate getdata(), in favour of new get_flattened_data() (#9292)b51a036Specify APNG duration type when opening (#9368)8d08e31Add release notes for #9348 (#9369)432707eAdded release notes for #93482d58910Specify APNG duration type when opening8dee8ddAdd ImageFile context manager (#9367)b2d9bc3Support saving APNG float durations (#9365)f130c10Allow 1 mode images in MorphOp (#9348)Updates
pipto 25.3Changelog
Sourced from pip's changelog.
... (truncated)
Commits
a520693Bump for release0f2973eFix up authors by adding entry to.mailmap87828dcUpdate AUTHORS.txtce6a38cMerge pull request