Skip to content

Bump the dependencies group across 1 directory with 11 updates #527

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
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the dependencies group with 11 updates in the / directory:

Package From To
celery 5.5.2 5.5.3
django-celery-beat 2.8.0 2.8.1
boto3 1.38.13 1.38.27
sentry-sdk 2.28.0 2.29.1
google-api-python-client 2.169.0 2.170.0
google-auth 2.40.1 2.40.2
faker 37.1.0 37.3.0
ipython 9.2.0 9.3.0
mypy 1.15.0 1.16.0
boto3-stubs 1.38.13 1.38.27
ruff 0.11.9 0.11.12

Updates celery from 5.5.2 to 5.5.3

Release notes

Sourced from celery's releases.

v5.5.3

What's Changed

New Contributors

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

Changelog

Sourced from celery's changelog.

5.5.3

:release-date: 2025-06-01 :release-by: Tomer Nosrati

What's Changed


- make the tests run on python 3.13 for gcs backend ([#9677](https://github.com/celery/celery/issues/9677))
- Added DeepWiki to README ([#9683](https://github.com/celery/celery/issues/9683))
- Limit redis to <=v5.2.1 to match Kombu ([#9693](https://github.com/celery/celery/issues/9693))
- Use EX_OK instead of literal zero ([#9684](https://github.com/celery/celery/issues/9684))
- Make wheel metadata reproducible ([#9687](https://github.com/celery/celery/issues/9687))
- let celery install from kombu dependencies for better align ([#9696](https://github.com/celery/celery/issues/9696))
- Fix stamping documentation to clarify stamped_headers key is optional in visitor methods ([#9697](https://github.com/celery/celery/issues/9697))
- Support apply_async without queue argument on quorum queues ([#9686](https://github.com/celery/celery/issues/9686))
- Updated rabbitmq doc about using quorum queues with task routes ([#9707](https://github.com/celery/celery/issues/9707))
- Add: Dumper Unit Test ([#9711](https://github.com/celery/celery/issues/9711))
- Add unit test for event.group_from ([#9709](https://github.com/celery/celery/issues/9709))
- refactor: add beat_cron_starting_deadline documentation warning ([#9712](https://github.com/celery/celery/issues/9712))
- fix: resolve issue [#9569](https://github.com/celery/celery/issues/9569) by supporting distinct broker transport options for workers ([#9695](https://github.com/celery/celery/issues/9695))
- Fixes issue with retry callback arguments in DelayedDelivery ([#9708](https://github.com/celery/celery/issues/9708))
- get_exchange-unit-test ([#9710](https://github.com/celery/celery/issues/9710))
- ISSUE-9704: Update documentation of result_expires, filesystem backend is supported ([#9716](https://github.com/celery/celery/issues/9716))
- update to blacksmith ubuntu 24.04 ([#9717](https://github.com/celery/celery/issues/9717))
- Added unit tests for celery.utils.iso8601 ([#9725](https://github.com/celery/celery/issues/9725))
- Update introduction.rst docs ([#9728](https://github.com/celery/celery/issues/9728))
- Prepare for release: v5.5.3 ([#9732](https://github.com/celery/celery/issues/9732))

.. _version-5.5.2:

Commits
  • 088c39c Prepare for release: v5.5.3 (#9732)
  • 0c1c52b Update introduction.rst docs (#9728)
  • 778b009 Added unit tests for celery.utils.iso8601 (#9725)
  • b00c144 update to blacksmith ubuntu 24.04
  • 5aae2ca ISSUE-9704: Update documentation of , filesystem backend is supported if cele...
  • 7cf9d89 get_exchange-unit-test (#9710)
  • b06e53f Fixes issue with retry callback argument types in DelayedDelivery (#9708)
  • b6cab29 fix: resolve issue #9569 by supporting distinct broker transport options for ...
  • 5fc068c refactor: add beat_cron_starting_deadline documentation warning (#9712)
  • c7bb67f Add unit test for event.group_from (#9709)
  • Additional commits viewable in compare view

Updates django-celery-beat from 2.8.0 to 2.8.1

Release notes

Sourced from django-celery-beat's releases.

v2.8.1

What's Changed

New Contributors

Full Changelog: celery/django-celery-beat@v2.8.0...v2.8.1

Changelog

Sourced from django-celery-beat's changelog.

2.8.1

:release-date: 2025-05-13 :release-by: Asif Saif Uddin (@​auvipy)

  • Fixed regression by big code refactoring.

.. _version-2.8.0:

Commits
  • 2a20e5a Bump version: 2.8.0 → 2.8.1
  • 1466580 added changelog entry for v2.8.1
  • 3728f7a improve copyright
  • 5bebe6b remove flake8plus from make file as not needed anymore
  • 62ba138 use django 5.2 stable version in ci
  • 942154f [pre-commit.ci] pre-commit autoupdate (#889)
  • d78ba7a Make list (#883)
  • e645262 Consider server timezone on _get_timezone_offset instead of django's settings...
  • 0c5b652 [pre-commit.ci] pre-commit autoupdate (#884)
  • 87c0597 Refactor / all_as_schedule crontab query optimization (#879)
  • Additional commits viewable in compare view

Updates boto3 from 1.38.13 to 1.38.27

Commits
  • ccacc66 Merge branch 'release-1.38.27'
  • 531a41c Bumping version to 1.38.27
  • 47419ec Add changelog entries from botocore
  • 173e2b4 Merge branch 'release-1.38.26'
  • 62b7d27 Merge branch 'release-1.38.26' into develop
  • 99ba763 Bumping version to 1.38.26
  • 1133430 Add changelog entries from botocore
  • 3797b9c Merge branch 'release-1.38.25'
  • f84d4e8 Merge branch 'release-1.38.25' into develop
  • 42157c8 Bumping version to 1.38.25
  • Additional commits viewable in compare view

Updates sentry-sdk from 2.28.0 to 2.29.1

Release notes

Sourced from sentry-sdk's releases.

2.29.1

Various fixes & improvements

  • fix(logs): send severity_text: warn instead of warning (#4396) by @​lcian

2.29.0

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.29.1

Various fixes & improvements

  • fix(logs): send severity_text: warn instead of warning (#4396) by @​lcian

2.29.0

Various fixes & improvements

Commits
  • 7973ac0 release: 2.29.1
  • 3ebd122 fix(logs): send severity_text: warn instead of warning (#4396)
  • 8be519f Merge branch 'release/2.29.0'
  • 0c9333e release: 2.29.0
  • 830f270 fix(loguru): Move integration setup from __init__ to setup_once (#4399)
  • f572757 feat: Allow configuring keep_alive via environment variable (#4366)
  • 2f97cda fix(celery): Do not send extra check-in (#4395)
  • aa0eaab fix(typing): Add before_send_log to Experiments (#4383)
  • c639f1c ci: Fix pyspark test suite (#4382)
  • eee4cac fix(logs): Make sentry.message.parameters singular as per spec (#4387)
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.169.0 to 2.170.0

Release notes

Sourced from google-api-python-client's releases.

v2.170.0

2.170.0 (2025-05-20)

Features

... (truncated)

Commits

Updates google-auth from 2.40.1 to 2.40.2

Release notes

Sourced from google-auth's releases.

v2.40.2

2.40.2 (2025-05-21)

Bug Fixes

  • Remove sync response logs in AuthorizedSession (97ed1c8)
  • Update test to consider new error message from cryptography (#1765) (44e38b6)
Changelog

Sourced from google-auth's changelog.

2.40.2 (2025-05-21)

Bug Fixes

  • Remove sync response logs in AuthorizedSession (97ed1c8)
  • Update test to consider new error message from cryptography (#1765) (44e38b6)
Commits

Updates faker from 37.1.0 to 37.3.0

Release notes

Sourced from faker's releases.

Release v37.3.0

See CHANGELOG.md.

Release v37.2.1

See CHANGELOG.md.

Release v37.2.0

See CHANGELOG.md.

Release v37.1.1

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v37.3.0 - 2025-05-14

v37.2.1 - 2025-05-14

  • Remove duplicate cities in de_DE address provider. Thanks @​KarelZe.

v37.2.0 - 2025-05-14

v37.1.1 - 2025-05-14

  • Fix type annotations for Python 3.14. Thanks @​mgorny.
Commits

Updates ipython from 9.2.0 to 9.3.0

Commits

Updates mypy from 1.15.0 to 1.16.0

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next Release

Mypy 1.16

We’ve just uploaded mypy 1.16 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Different Property Getter and Setter Types

Mypy now supports using different types for a property getter and setter:

class A:
    _value: int
@property
def foo(self) -&gt; int:
    return self._value
@foo.setter
def foo(self, x: str | int) -&gt; None:
try:
self._value = int(x)
except ValueError:
raise Exception(f&quot;'{x}' is not a valid value for 'foo'&quot;)

This was contributed by Ivan Levkivskyi (PR 18510).

Flexible Variable Redefinitions (Experimental)

Mypy now allows unannotated variables to be freely redefined with different types when using the experimental --allow-redefinition-new flag. You will also need to enable --local-partial-types. Mypy will now infer a union type when different types are assigned to a variable:

# mypy: allow-redefinition-new, local-partial-types
def f(n: int, b: bool) -> int | str:
if b:
x = n
else:
</tr></table>

... (truncated)

Commits
  • 9e72e96 Update version to 1.16.0
  • 8fe719f Add changelog for 1.16 (#19138)
  • 2a036e7 Revert "Infer correct types with overloads of Type[Guard | Is] (#19161)
  • b6da4fc Allow enum members to have type objects as values (#19160)
  • 334469f [mypyc] Improve documentation of native and non-native classes (#19154)
  • a499d9f Document --allow-redefinition-new (#19153)
  • 96525a2 Merge commit '9e45dadcf6d8dbab36f83d9df94a706c0b4f9207' into release-1.16
  • 9e45dad Clear more data in TypeChecker.reset() instead of asserting (#19087)
  • 772cd0c Add --strict-bytes to --strict (#19049)
  • 0b65f21 Admit that Final variables are never redefined (#19083)
  • Additional commits viewable in compare view

Updates boto3-stubs from 1.38.13 to 1.38.27

Release notes

Sourced from boto3-stubs's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates ruff from 0.11.9 to 0.11.12

Release notes

Sourced from ruff's releases.

0.11.12

Release Notes

Preview features

  • [airflow] Revise fix titles (AIR3) (#18215)
  • [pylint] Implement missing-maxsplit-arg (PLC0207) (#17454)
  • [pyupgrade] New rule UP050 (useless-class-metaclass-type) (#18334)
  • [flake8-use-pathlib] Replace os.symlink with Path.symlink_to (PTH211) (#18337)

Bug fixes

  • [flake8-bugbear] Ignore __debug__ attribute in B010 (#18357)
  • [flake8-async] Fix anyio.sleep argument name (ASYNC115, ASYNC116) (#18262)
  • [refurb] Fix FURB129 autofix generating invalid syntax (#18235)

Rule changes

  • [flake8-implicit-str-concat] Add autofix for ISC003 (#18256)
  • [pycodestyle] Improve the diagnostic message for E712 (#18328)
  • [flake8-2020] Fix diagnostic message for != comparisons (YTT201) (#18293)
  • [pyupgrade] Make fix unsafe if it deletes comments (UP010) (#18291)

Documentation

  • Simplify rules table to improve readability (#18297)
  • Update editor integrations link in README (#17977)
  • [flake8-bugbear] Add fix safety section (B006) (#17652)

Contributors

Bumps the dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [celery](https://github.com/celery/celery) | `5.5.2` | `5.5.3` |
| [django-celery-beat](https://github.com/celery/django-celery-beat) | `2.8.0` | `2.8.1` |
| [boto3](https://github.com/boto/boto3) | `1.38.13` | `1.38.27` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.28.0` | `2.29.1` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.169.0` | `2.170.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.40.1` | `2.40.2` |
| [faker](https://github.com/joke2k/faker) | `37.1.0` | `37.3.0` |
| [ipython](https://github.com/ipython/ipython) | `9.2.0` | `9.3.0` |
| [mypy](https://github.com/python/mypy) | `1.15.0` | `1.16.0` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.38.13` | `1.38.27` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.9` | `0.11.12` |



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

Updates `django-celery-beat` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/celery/django-celery-beat/releases)
- [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog)
- [Commits](celery/django-celery-beat@v2.8.0...v2.8.1)

Updates `boto3` from 1.38.13 to 1.38.27
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.38.13...1.38.27)

Updates `sentry-sdk` from 2.28.0 to 2.29.1
- [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.28.0...2.29.1)

Updates `google-api-python-client` from 2.169.0 to 2.170.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.169.0...v2.170.0)

Updates `google-auth` from 2.40.1 to 2.40.2
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.40.1...v2.40.2)

Updates `faker` from 37.1.0 to 37.3.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v37.1.0...v37.3.0)

Updates `ipython` from 9.2.0 to 9.3.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@9.2.0...9.3.0)

Updates `mypy` from 1.15.0 to 1.16.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.15.0...v1.16.0)

Updates `boto3-stubs` from 1.38.13 to 1.38.27
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `ruff` from 0.11.9 to 0.11.12
- [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.9...0.11.12)

---
updated-dependencies:
- dependency-name: celery
  dependency-version: 5.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: django-celery-beat
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: boto3
  dependency-version: 1.38.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sentry-sdk
  dependency-version: 2.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-api-python-client
  dependency-version: 2.170.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-auth
  dependency-version: 2.40.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: faker
  dependency-version: 37.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ipython
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mypy
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: boto3-stubs
  dependency-version: 1.38.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.11.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 2, 2025
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants