Skip to content

Bump the dependencies group across 1 directory with 14 updates #531

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 16, 2025

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

Package From To
django 5.2.1 5.2.3
celery 5.5.2 5.5.3
django-celery-beat 2.8.0 2.8.1
boto3 1.38.13 1.38.36
sentry-sdk 2.28.0 2.30.0
requests 2.32.3 2.32.4
google-api-python-client 2.169.0 2.172.0
google-auth 2.40.1 2.40.3
pytest 8.3.5 8.4.0
faker 37.1.0 37.4.0
ipython 9.2.0 9.3.0
mypy 1.15.0 1.16.0
boto3-stubs 1.38.13 1.38.36
ruff 0.11.9 0.11.13

Updates django from 5.2.1 to 5.2.3

Commits
  • 15883bc [5.2.x] Bumped version for 5.2.3 release.
  • 2640031 [5.2.x] Refs #373 -- Doc'd that on_delete is ignored for ForeignObject.
  • 6f99c88 [5.2.x] Fixed #36449 -- Fixed field types in example model using ForeignObject.
  • aec11db [5.2.x] Refs #36419 -- Fixed BulkUpdateTests.test_json_field_sql_null() crash...
  • cc50797 [5.2.x] Fixed #36446 -- Restored "q" in internal MediaType.params property.
  • 6fc620b [5.2.x] Fixed #36419 -- Ensured for_save was propagated when resolving expres...
  • 8fcc839 [5.2.x] Refs CVE-2025-48432 -- Prevented log injection in remaining response ...
  • 9d7fc9e [5.2.x] Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_respo...
  • c042af7 [5.2.x] Refactored logging_tests to reuse assertions for log records.
  • 5901cfe [5.2.x] Updated translations from Transifex.
  • Additional commits viewable in compare view

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.36

Commits
  • a659848 Merge branch 'release-1.38.36'
  • 75dd118 Bumping version to 1.38.36
  • 9ae1055 Add changelog entries from botocore
  • b2ea733 Docs: Add support for Adobe Analytics in documentation (#4379)
  • 18bd5a2 Merge branch 'release-1.38.35'
  • 13114f9 Merge branch 'release-1.38.35' into develop
  • 4b942d7 Bumping version to 1.38.35
  • 298bee1 Add changelog entries from botocore
  • 612750c Merge branch 'release-1.38.34'
  • 925a926 Merge branch 'release-1.38.34' into develop
  • Additional commits viewable in compare view

Updates sentry-sdk from 2.28.0 to 2.30.0

Release notes

Sourced from sentry-sdk's releases.

2.30.0

Various fixes & improvements

  • New beta feature: Sentry logs for Loguru (#4445) by @​sentrivana

    We can now capture Loguru logs and send them to Sentry.

import sentry_sdk
from sentry_sdk.integrations.loguru import LoguruIntegration
Setup Sentry SDK to send Loguru log messages with a level of "error" or higher to Sentry
sentry_sdk.init(
_experiments={
"enable_logs": True,
},
integrations=[
LoguruIntegration(sentry_logs_level=logging.ERROR),
]
)

2.29.1

Various fixes & improvements

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

2.29.0

Various fixes & improvements

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.30.0

Various fixes & improvements

  • New beta feature: Sentry logs for Loguru (#4445) by @​sentrivana

    We can now capture Loguru logs and send them to Sentry.

import sentry_sdk
from sentry_sdk.integrations.loguru import LoguruIntegration
Setup Sentry SDK to send Loguru log messages with a level of "error" or higher to Sentry
sentry_sdk.init(
_experiments={
"enable_logs": True,
},
integrations=[
LoguruIntegration(sentry_logs_level=logging.ERROR),
]
)

2.29.1

Various fixes & improvements

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

2.29.0

Various fixes & improvements

... (truncated)

Commits

Updates requests from 2.32.3 to 2.32.4

Release notes

Sourced from requests's releases.

v2.32.4

2.32.4 (2025-06-10)

Security

  • CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file. (#6965)

Improvements

  • Numerous documentation improvements

Deprecations

  • Added support for pypy 3.11 for Linux and macOS. (#6926)
  • Dropped support for pypy 3.9 following its end of support. (#6926)
Changelog

Sourced from requests's changelog.

2.32.4 (2025-06-10)

Security

  • CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file.

Improvements

  • Numerous documentation improvements

Deprecations

  • Added support for pypy 3.11 for Linux and macOS.
  • Dropped support for pypy 3.9 following its end of support.
Commits
  • 021dc72 Polish up release tooling for last manual release
  • 821770e Bump version and add release notes for v2.32.4
  • 59f8aa2 Add netrc file search information to authentication documentation (#6876)
  • 5b4b64c Add more tests to prevent regression of CVE 2024 47081
  • 7bc4587 Add new test to check netrc auth leak (#6962)
  • 96ba401 Only use hostname to do netrc lookup instead of netloc
  • 7341690 Merge pull request #6951 from tswast/patch-1
  • 6716d7c remove links
  • a7e1c74 Update docs/conf.py
  • c799b81 docs: fix dead links to kenreitz.org
  • Additional commits viewable in compare view

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

Release notes

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

v2.172.0

2.172.0 (2025-06-10)

Features

Bug Fixes

v2.171.0

2.171.0 (2025-06-03)

Features

... (truncated)

Commits

Updates google-auth from 2.40.1 to 2.40.3

Release notes

Sourced from google-auth's releases.

v2.40.3

2.40.3 (2025-06-04)

Bug Fixes

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.3 (2025-06-04)

Bug Fixes

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 pytest from 8.3.5 to 8.4.0

Release notes

Sourced from pytest's releases.

8.4.0

pytest 8.4.0 (2025-06-02)

Removals and backward incompatible breaking changes

  • #11372: Async tests will now fail, instead of warning+skipping, if you don't have any suitable plugin installed.

  • #12346: Tests will now fail, instead of raising a warning, if they return any value other than None.

  • #12874: We dropped support for Python 3.8 following its end of life (2024-10-07).

  • #12960: Test functions containing a yield now cause an explicit error. They have not been run since pytest 4.0, and were previously marked as an expected failure and deprecation warning.

    See the docs <yield tests deprecated>{.interpreted-text role="ref"} for more information.

Deprecations (removal in next major release)

  • #10839: Requesting an asynchronous fixture without a [pytest_fixture_setup]{.title-ref} hook that resolves it will now give a DeprecationWarning. This most commonly happens if a sync test requests an async fixture. This should have no effect on a majority of users with async tests or fixtures using async pytest plugins, but may affect non-standard hook setups or autouse=True. For guidance on how to work around this warning see sync-test-async-fixture{.interpreted-text role="ref"}.

New features

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

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `5.2.1` | `5.2.3` |
| [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.36` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.28.0` | `2.30.0` |
| [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.4` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.169.0` | `2.172.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.40.1` | `2.40.3` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.0` |
| [faker](https://github.com/joke2k/faker) | `37.1.0` | `37.4.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.36` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.9` | `0.11.13` |



Updates `django` from 5.2.1 to 5.2.3
- [Commits](django/django@5.2.1...5.2.3)

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.36
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.38.13...1.38.36)

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

Updates `requests` from 2.32.3 to 2.32.4
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.4)

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

Updates `google-auth` from 2.40.1 to 2.40.3
- [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.3)

Updates `pytest` from 8.3.5 to 8.4.0
- [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.3.5...8.4.0)

Updates `faker` from 37.1.0 to 37.4.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.4.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.36
- [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.13
- [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.13)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 5.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sentry-sdk
  dependency-version: 2.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: google-api-python-client
  dependency-version: 2.172.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-auth
  dependency-version: 2.40.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: faker
  dependency-version: 37.4.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.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.11.13
  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 16, 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