Skip to content

Bump the python-packages group across 1 directory with 9 updates #87

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Updates the requirements on celery, logfire, logfire[celery,fastapi,psycopg2,requests], pip, pydantic-settings, ruff, sentry-sdk, setuptools and uvicorn to permit the latest version.
Updates celery to 5.5.2

Release notes

Sourced from celery's releases.

v5.5.2

What's Changed

New Contributors

Full Changelog: celery/celery@v5.5.1...v5.5.2

Changelog

Sourced from celery's changelog.

5.5.2

:release-date: 2025-04-25 :release-by: Tomer Nosrati

What's Changed


- Fix calculating remaining time across DST changes ([#9669](https://github.com/celery/celery/issues/9669))
- Remove `setup_logger` from COMPAT_MODULES ([#9668](https://github.com/celery/celery/issues/9668))
- Fix mongodb bullet and fix github links in contributions section ([#9672](https://github.com/celery/celery/issues/9672))
- Prepare for release: v5.5.2 ([#9675](https://github.com/celery/celery/issues/9675))

.. _version-5.5.1:

5.5.1

:release-date: 2025-04-08 :release-by: Tomer Nosrati

What's Changed

  • Fixed "AttributeError: list object has no attribute strip" with quorum queues and failover brokers (#9657)
  • Prepare for release: v5.5.1 (#9660)

.. _version-5.5.0:

5.5.0

:release-date: 2025-03-31 :release-by: Tomer Nosrati

Celery v5.5.0 is now available.

Key Highlights


See :ref:`whatsnew-5.5` for a complete overview or read the main highlights below.

Redis Broker Stability Improvements

Long-standing disconnection issues with the Redis broker have been identified and resolved in Kombu 5.5.0, which is included with this release. These improvements significantly enhance stability when using Redis as a broker.

</tr></table>

... (truncated)

Commits

Updates logfire to 3.14.1

Release notes

Sourced from logfire's releases.

v3.14.1

Changelog

Sourced from logfire's changelog.

[v3.14.1] (2025-04-24)

[v3.14.0] (2025-04-11)

  • Experimental functions for recording feedback annotations

[v3.13.1] (2025-04-10)

[v3.13.0] (2025-04-10)

  • Emit logs sent from MCP server to client by @​alexmojaki in #974
  • Return None from logfire_api.LogfireSpan.context when logfire could not be imported by @​DouweM in #983

[v3.12.0] (2025-03-31)

[v3.11.0] (2025-03-26)

[v3.10.0] (2025-03-25)

[v3.9.1] (2025-03-25)

[v3.9.0] (2025-03-18)

[v3.8.1] (2025-03-13)

[v3.8.0] (2025-03-11)

... (truncated)

Commits

Updates logfire[celery,fastapi,psycopg2,requests] to 3.14.1

Release notes

Sourced from logfire[celery,fastapi,psycopg2,requests]'s releases.

v3.14.1

Changelog

Sourced from logfire[celery,fastapi,psycopg2,requests]'s changelog.

[v3.14.1] (2025-04-24)

[v3.14.0] (2025-04-11)

  • Experimental functions for recording feedback annotations

[v3.13.1] (2025-04-10)

[v3.13.0] (2025-04-10)

  • Emit logs sent from MCP server to client by @​alexmojaki in #974
  • Return None from logfire_api.LogfireSpan.context when logfire could not be imported by @​DouweM in #983

[v3.12.0] (2025-03-31)

[v3.11.0] (2025-03-26)

[v3.10.0] (2025-03-25)

[v3.9.1] (2025-03-25)

[v3.9.0] (2025-03-18)

[v3.8.1] (2025-03-13)

[v3.8.0] (2025-03-11)

... (truncated)

Commits

Updates pip to 25.1

Changelog

Sourced from pip's changelog.

25.1 (2025-04-26)

Deprecations and Removals

  • Drop support for Python 3.8. ([#12989](https://github.com/pypa/pip/issues/12989) <https://github.com/pypa/pip/issues/12989>_)
  • On python 3.14+, the pkg_resources metadata backend cannot be used anymore. ([#13010](https://github.com/pypa/pip/issues/13010) <https://github.com/pypa/pip/issues/13010>_)
  • Hide --no-python-version-warning from CLI help and documentation as it's useless since Python 2 support was removed. Despite being formerly slated for removal, the flag will remain as a no-op to avoid breakage. ([#13303](https://github.com/pypa/pip/issues/13303) <https://github.com/pypa/pip/issues/13303>_)
  • A warning is emitted when the deprecated pkg_resources library is used to inspect and discover installed packages. This warning should only be visible to users who set an undocumented environment variable to disable the default importlib.metadata backend. ([#13318](https://github.com/pypa/pip/issues/13318) <https://github.com/pypa/pip/issues/13318>_)
  • Deprecate the legacy setup.py bdist_wheel mechanism. To silence the warning, and future-proof their setup, users should enable --use-pep517 or add a pyproject.toml file to the projects they control. ([#13319](https://github.com/pypa/pip/issues/13319) <https://github.com/pypa/pip/issues/13319>_)

Features

  • Suggest checking "pip config debug" in case of an InvalidProxyURL error. ([#12649](https://github.com/pypa/pip/issues/12649) <https://github.com/pypa/pip/issues/12649>_)

  • Using --debug also enables verbose logging. ([#12710](https://github.com/pypa/pip/issues/12710) <https://github.com/pypa/pip/issues/12710>_)

  • Display a transient progress bar during package installation. ([#12712](https://github.com/pypa/pip/issues/12712) <https://github.com/pypa/pip/issues/12712>_)

  • Minor performance improvement when installing packages with a large number of dependencies by increasing the requirement string cache size. ([#12873](https://github.com/pypa/pip/issues/12873) <https://github.com/pypa/pip/issues/12873>_)

  • Add a --group option which allows installation from :pep:735 Dependency Groups. --group accepts arguments of the form group or path:group, where the default path is pyproject.toml, and installs the named Dependency Group from the provided pyproject.toml file. ([#12963](https://github.com/pypa/pip/issues/12963) <https://github.com/pypa/pip/issues/12963>_)

  • Add support to enable resuming incomplete downloads.

    Control the number of retry attempts using the --resume-retries flag. ([#12991](https://github.com/pypa/pip/issues/12991) <https://github.com/pypa/pip/issues/12991>_)

  • Use :pep:753 "Well-known Project URLs in Metadata" normalization rules when identifying an equivalent project URL to replace a missing Home-Page field in pip show. ([#13135](https://github.com/pypa/pip/issues/13135) <https://github.com/pypa/pip/issues/13135>_)

  • Remove experimental warning from pip index versions command. ([#13188](https://github.com/pypa/pip/issues/13188) <https://github.com/pypa/pip/issues/13188>_)

  • Add a structured --json output to pip index versions ([#13194](https://github.com/pypa/pip/issues/13194) <https://github.com/pypa/pip/issues/13194>_)

  • Add a new, experimental, pip lock command, implementing :pep:751. ([#13213](https://github.com/pypa/pip/issues/13213) <https://github.com/pypa/pip/issues/13213>_)

  • Speed up resolution by first only considering the preference of candidates that must be required to complete the resolution. ([#13253](https://github.com/pypa/pip/issues/13253) <https://github.com/pypa/pip/issues/13253>_)

  • Improved heuristics for determining the order of dependency resolution. ([#13273](https://github.com/pypa/pip/issues/13273) <https://github.com/pypa/pip/issues/13273>_)

  • Provide hint, documentation, and link to the documentation when resolution too deep error occurs. ([#13282](https://github.com/pypa/pip/issues/13282) <https://github.com/pypa/pip/issues/13282>_)

  • Include traceback on failure to import setuptools when setup.py is being invoked directly. ([#13290](https://github.com/pypa/pip/issues/13290) <https://github.com/pypa/pip/issues/13290>_)

  • Support for :pep:738 Android wheels. ([#13299](https://github.com/pypa/pip/issues/13299) <https://github.com/pypa/pip/issues/13299>_)

  • Display wheel build tag in pip list columns output if set. ([#5210](https://github.com/pypa/pip/issues/5210) <https://github.com/pypa/pip/issues/5210>_)

  • Build environment dependencies are no longer compiled to bytecode during

... (truncated)

Commits
  • daa7e54 Bump for release
  • 06c3182 Update AUTHORS.txt
  • b88324f Add a news file for the pip lock command
  • 38253a6 Merge pull request #13319 from sbidoul
  • 2791a8b Merge pull request #13344 from pypa/dependabot/pip/build-project/setuptools-7...
  • 24f4600 Remove LRU cache from methods [ruff rule cached-instance-method] (#13306)
  • d852ebd Merge pull request #12308
  • d35c08d Clarify what the removal of the pkg_ressources backend implies
  • e879422 Rename find_linked to find_legacy_editables
  • 4a76560 Fix uninstallation of zipped eggs
  • Additional commits viewable in compare view

Updates pydantic-settings to 2.9.1

Commits

Updates ruff from 0.11.5 to 0.11.7

Release notes

Sourced from ruff's releases.

0.11.7

Release Notes

Preview features

  • [airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355)
  • [perflint] Implement fix for manual-dict-comprehension (PERF403) (#16719)
  • [syntax-errors] Make duplicate parameter names a semantic error (#17131)

Bug fixes

  • [airflow] Fix typos in provider package names (AIR302, AIR312) (#17574)
  • [flake8-type-checking] Visit keyword arguments in checks involving typing.cast/typing.NewType arguments (#17538)
  • [pyupgrade] Preserve parenthesis when fixing native literals containing newlines (UP018) (#17220)
  • [refurb] Mark the FURB161 fix unsafe except for integers and booleans (#17240)

Rule changes

  • [perflint] Allow list function calls to be replaced with a comprehension (PERF401) (#17519)
  • [pycodestyle] Auto-fix redundant boolean comparison (E712) (#17090)
  • [pylint] make fix unsafe if delete comments (PLR1730) (#17459)

Documentation

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.7

Preview features

  • [airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355)
  • [perflint] Implement fix for manual-dict-comprehension (PERF403) (#16719)
  • [syntax-errors] Make duplicate parameter names a semantic error (#17131)

Bug fixes

  • [airflow] Fix typos in provider package names (AIR302, AIR312) (#17574)
  • [flake8-type-checking] Visit keyword arguments in checks involving typing.cast/typing.NewType arguments (#17538)
  • [pyupgrade] Preserve parenthesis when fixing native literals containing newlines (UP018) (#17220)
  • [refurb] Mark the FURB161 fix unsafe except for integers and booleans (#17240)

Rule changes

  • [perflint] Allow list function calls to be replaced with a comprehension (PERF401) (#17519)
  • [pycodestyle] Auto-fix redundant boolean comparison (E712) (#17090)
  • [pylint] make fix unsafe if delete comments (PLR1730) (#17459)

Documentation

0.11.6

Preview features

  • Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
  • [airflow] Extract AIR311 from AIR301 rules (AIR301, AIR311) (#17310, #17422)

Bug fixes

  • Raise syntax error when \ is at end of file (#17409)
Commits
  • f7b4851 Bump 0.11.7 (#17613)
  • 9937064 [red-knot] Use iterative approach to collect overloads (#17607)
  • 8d2c792 red_knot_python_semantic: avoid Rust's screaming snake case convention in mdtest
  • 0f47810 red_knot_python_semantic: improve diagnostics for unsupported boolean convers...
  • eb1d251 red_knot_python_semantic: add "return type span" helper method
  • a45a0a9 red_knot_python_semantic: move parameter span helper method
  • 43bd043 ruff_db: add a From impl for FileRange to Span
  • 9a54ee3 red_knot_python_semantic: add snapshot tests for unsupported boolean conversions
  • 25c3be5 [red-knot] simplify != narrowing (#17610)
  • e71f3ed [red-knot] Update == and != narrowing (#17567)
  • Additional commits viewable in compare view

Updates sentry-sdk to 2.27.0

Release notes

Sourced from sentry-sdk's releases.

2.27.0

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.27.0

Various fixes & improvements

2.26.1

Various fixes & improvements

2.26.0

Various fixes & improvements

... (truncated)

Commits
  • 919bdea Update CHANGELOG.md
  • 049f2a0 release: 2.27.0
  • bbb41a3 Make sure to use the default decimal context in our code (#4231)
  • 2c3776c tests: Move aiohttp under toxgen (#4319)
  • 434e8af tests: Fix version picking in toxgen (#4323)
  • b96e2b6 fix(integrations): ASGI integration not capture transactions in Websocket (#4...
  • d1819c7 Make all relevant types public (#4315)
  • 11e2648 build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4318)
  • c361337 test(logs): Avoid failure when running with integrations enabled (#4316)
  • f3687fc feat(spans): Record flag evaluations as span attributes (#4280)
  • Additional commits viewable in compare view

Updates setuptools to 80.0.0

Changelog

Sourced from setuptools's changelog.

v80.0.0

Bugfixes

  • Update test to honor new behavior in importlib_metadata 8.7. (#4961)

Deprecations and Removals

  • Removed support for the easy_install command including the sandbox module. (#2908)
  • Develop command no longer uses easy_install, but instead defers execution to pip (which then will re-invoke Setuptools via PEP 517 to build the editable wheel). Most of the options to develop are dropped. This is the final warning before the command is dropped completely in a few months. Use-cases relying on 'setup.py develop' should pin to older Setuptools version or migrate to modern build tooling. (#4955)

v79.0.1

Bugfixes

v79.0.0

Deprecations and Removals

  • Removed support for 'legacy-editable' installs. (#917)

v78.1.1

Bugfixes

  • More fully sanitized the filename in PackageIndex._download. (#4946)

v78.1.0

Features

  • Restore access to _get_vc_env with a warning. (#4874)

... (truncated)

Commits
  • aeea792 Bump version: 79.0.1 → 80.0.0
  • 2c874e7 Merge pull request #4962 from pypa/bugfix/4961-validated-eps
  • 82c588a Update test to honor new behavior in importlib_metadata 8.7
  • ef4cd29 Merge pull request #2908 from pypa/debt/remove-easy-install
  • 85bbad4 Merge branch 'main' into debt/remove-easy-install
  • 9653305 Merge pull request #4955 from pypa/debt/develop-uses-pip
  • da119e7 Set a due date 6 months in advance.
  • a7603da Rename news fragment to reference the pull request for better precise locality.
  • 018a20c Restore a few of the options to develop.
  • a5f02fe Remove another test relying on setup.py develop.
  • Additional commits viewable in compare view

Updates uvicorn to 0.34.2

Release notes

Sourced from uvicorn's releases.

Version 0.34.2

What's Changed

New Contributors

Full Changelog: encode/uvicorn@0.34.1...0.34.2

Changelog

Sourced from uvicorn's changelog.

0.34.2 (April 19, 2025)

Fixed

  • Flush stdout buffer on Windows to trigger reload (#2604)

0.34.1 (April 13, 2025)

Deprecated

  • Deprecate ServerState in the main module (#2581)

0.34.0 (December 15, 2024)

Added

  • Add content-length to 500 response in wsproto implementation (#2542)

Removed

  • Drop support for Python 3.8 (#2543)

0.33.0 (December 14, 2024)

Removed

  • Remove WatchGod support for --reload (#2536)

0.32.1 (November 20, 2024)

Fixed

  • Drop ASGI spec version to 2.3 on HTTP scope (#2513)
  • Enable httptools lenient data on httptools >= 0.6.3 (#2488)

0.32.0 (October 15, 2024)

Added

  • Officially support Python 3.13 (#2482)
  • Warn when max_request_limit is exceeded (#2430)

0.31.1 (October 9, 2024)

Fixed

  • Support WebSockets 0.13.1 (#2471)
  • Restore support for [*] in trusted hosts (#2480)
  • Add PathLike[str] type hint for ssl_keyfile (#2481)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR ...

Description has been truncated

Updates the requirements on [celery](https://github.com/celery/celery), [logfire](https://github.com/pydantic/logfire), [logfire[celery,fastapi,psycopg2,requests]](https://github.com/pydantic/logfire), [pip](https://github.com/pypa/pip), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [ruff](https://github.com/astral-sh/ruff), [sentry-sdk](https://github.com/getsentry/sentry-python), [setuptools](https://github.com/pypa/setuptools) and [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.

Updates `celery` to 5.5.2
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.5.1...v5.5.2)

Updates `logfire` to 3.14.1
- [Release notes](https://github.com/pydantic/logfire/releases)
- [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md)
- [Commits](pydantic/logfire@v3.14.0...v3.14.1)

Updates `logfire[celery,fastapi,psycopg2,requests]` to 3.14.1
- [Release notes](https://github.com/pydantic/logfire/releases)
- [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md)
- [Commits](pydantic/logfire@v3.14.0...v3.14.1)

Updates `pip` to 25.1
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@25.0...25.1)

Updates `pydantic-settings` to 2.9.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.8.1...v2.9.1)

Updates `ruff` from 0.11.5 to 0.11.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.11.5...0.11.7)

Updates `sentry-sdk` to 2.27.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.25.1...2.27.0)

Updates `setuptools` to 80.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v78.1.0...v80.0.0)

Updates `uvicorn` to 0.34.2
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md)
- [Commits](encode/uvicorn@0.34.1...0.34.2)

---
updated-dependencies:
- dependency-name: celery
  dependency-version: 5.5.2
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: logfire
  dependency-version: 3.14.1
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: logfire[celery,fastapi,psycopg2,requests]
  dependency-version: 3.14.1
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pip
  dependency-version: '25.1'
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pydantic-settings
  dependency-version: 2.9.1
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: ruff
  dependency-version: 0.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: sentry-sdk
  dependency-version: 2.27.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: setuptools
  dependency-version: 80.0.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: uvicorn
  dependency-version: 0.34.2
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 28, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 5, 2025
@dependabot dependabot bot deleted the dependabot/pip/python-packages-d3e573eb5a branch May 5, 2025 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants