-
Notifications
You must be signed in to change notification settings - Fork 1
Bump the python-packages group across 1 directory with 18 updates #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/pip/python-packages-b381bc7ccf
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
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), [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), [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.1 - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](agronholm/apscheduler@3.11.0...3.11.1) Updates `celery` to 5.6.0 - [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.0) 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.123.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.119.0...0.123.0) 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.15.1 - [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.15.1) Updates `logfire[celery,fastapi,psycopg2,requests]` to 4.15.1 - [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.15.1) Updates `pillow` to 12.0.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.0.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.7 - [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.7) Updates `sentry-sdk` to 2.46.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.46.0) Updates `starlette` to 0.50.0 - [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.50.0) Updates `uvicorn` to 0.38.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.38.0) Updates `coverage` from 7.10.7 to 7.12.0 - [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.12.0) Updates `pytest` from 8.4.2 to 9.0.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.4.2...9.0.1) --- updated-dependencies: - dependency-name: apscheduler dependency-version: 3.11.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: celery dependency-version: 5.6.0 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.123.0 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.15.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: logfire[celery,fastapi,psycopg2,requests] dependency-version: 4.15.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: pillow dependency-version: 12.0.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.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: sentry-sdk dependency-version: 2.46.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: starlette dependency-version: 0.50.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: uvicorn dependency-version: 0.38.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: coverage dependency-version: 7.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
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, httpx, logfire, logfire[celery,fastapi,psycopg2,requests], pillow, pip, pydantic, pydantic-settings, redis, ruff, sentry-sdk, starlette, uvicorn, coverage and pytest to permit the latest version.
Updates
apschedulerto 3.11.1Release notes
Sourced from apscheduler's releases.
Commits
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.0Release notes
Sourced from celery's releases.
... (truncated)
Changelog
Sourced from celery's changelog.
... (truncated)
Commits
cca1116Prepare for release: v5.6.0 (#10010)1133f22Bump mypy from 1.14.1 to 1.19.0 (#10008)0932d2c[pre-commit.ci] pre-commit autoupdate (#10007)b446910Prepare for (pre) release: v5.6.0rc2 (#10005)3f0f0feasynpool: Don't return from inside a finally block (#10000)95d0552Bump actions/checkout from 5 to 6 (#10003)f32b92fAdd Py39-314t to CI (#9999)63c1910Don't fail task on timeout during cold shutdown (#9678)30649dbFix log leaking broker credentials (#9997)929412eRemove Python 4.0 version condition for pytest dependencies (#9993)Updates
cryptographyto 46.0.3Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
c0af4ddrelease 46.0.3 (#13681)Updates
fastapito 0.123.0Release notes
Sourced from fastapi's releases.
Commits
f2bab95🔖 Release version 0.123.0c38e3e0📝 Update release notes7fbd304🐛 Cache dependencies that don't use scopes and don't have sub-dependencies wi...63d7a2b🔖 Release version 0.122.17681f29📝 Update release notes378ad68🐛 Fix hierarchical security scope propagation (#5624)c6487ed📝 Update release notes62a6974⬆ Bump markdown-include-variants from 0.0.5 to 0.0.6 (#14418)9982882📝 Update release notes8ab7167💅 Update CSS to explicitly use emoji font (#14415)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.15.1Release notes
Sourced from logfire's releases.
Changelog
Sourced from logfire's changelog.
... (truncated)
Commits
1aecc1cRelease v4.15.1 (#1543)1aa51fdMakelogfire.instrumented functions cloudpicklable (#1542)60cb0d3Release v4.15.0 (#1537)171e615Update deps (#1536)370f763Update docs with the new JS package names (#1534)1e1bc49More tweaks to retrying exports (#1531)6b5cf30Always skip MCP tests for older versions (#1532)f354475Update deps (#1528)b0cfd36Limit retried exports based on total size, not number (#1527)f65d599Update deps (#1526)Updates
logfire[celery,fastapi,psycopg2,requests]to 4.15.1Release notes
Sourced from logfire[celery,fastapi,psycopg2,requests]'s releases.
Changelog
Sourced from logfire[celery,fastapi,psycopg2,requests]'s changelog.
... (truncated)
Commits
1aecc1cRelease v4.15.1 (#1543)1aa51fdMakelogfire.instrumented functions cloudpicklable (#1542)60cb0d3Release v4.15.0 (#1537)171e615Update deps (#1536)370f763Update docs with the new JS package names (#1534)1e1bc49More tweaks to retrying exports (#1531)6b5cf30Always skip MCP tests for older versions (#1532)f354475Update deps (#1528)b0cfd36Limit retried exports based on total size, not number (#1527)f65d599Update deps (#1526)Updates
pillowto 12.0.0Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (truncated)
Commits
693df7b12.0.0 version bumpd175bb8Use macos-14 for iOS arm64 simulator (#9258)592b2f8Revert "Use macos-latest for iOS arm64 simulator"5dddb2cUse enums for Modes and RawModes in C (#9256)e7b72a3Add ImageText (#9098)864d4b6Shift bits before making value negative (#9255)994a9deInstall arro3 dependencies when type checking (#9254)d5e1601Improved documentatione533cccMerge branch 'main' into imagetext95a85dcUse snake caseUpdates
pipto 25.3Changelog
Sourced from pip's changelog.
... (truncated)
Commits
a520693Bump for release0f2973eFix up authors by adding entry to.mailmap87828dcUpdate AUTHORS.txtce6a38cMerge pull request #13628 from sbidoul/imp-doc-pep517-sbiee16c81Merge pull request #13629 from notatallshaw/bump-gone_in="25.3"3e227aaBump gone_in="25.3"4ad1828Merge pull request #13495 from ichard26/feat/direct-editables66ded3bMerge pull request #13570 from ShubhamNagure/fix-constraint-reporting-1354567e8ac2Merge pull request #13588 from notatallshaw/hint-on-resolution-impossible-whe...990ca8aMerge pull request #8796 from pelson/honour_user_siteUpdates
pydanticto 2.12.5Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
bd2d0ddPrepare release v2.12.5