Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps the dependencies group with 12 updates:

Package From To
celery 5.5.1 5.5.2
boto3 1.37.37 1.38.8
sentry-sdk 2.26.1 2.27.0
google-api-python-client 2.167.0 2.169.0
google-auth-oauthlib 1.2.1 1.2.2
qrcode 8.1 8.2
ipython 9.1.0 9.2.0
django-debug-toolbar 5.1.0 5.2.0
django-stubs 5.1.3 5.2.0
djangorestframework-stubs 3.15.3 3.16.0
boto3-stubs 1.37.37 1.38.8
ruff 0.11.6 0.11.8

Updates celery from 5.5.1 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:

Commits

Updates boto3 from 1.37.37 to 1.38.8

Commits
  • 34cbb24 Merge branch 'release-1.38.8'
  • 4756482 Bumping version to 1.38.8
  • fb57777 Add changelog entries from botocore
  • c09e338 Merge branch 'release-1.38.7'
  • adcf36f Merge branch 'release-1.38.7' into develop
  • 12c8943 Bumping version to 1.38.7
  • 41d1c72 Add changelog entries from botocore
  • 98de1f1 Merge branch 'release-1.38.6'
  • 116d908 Merge branch 'release-1.38.6' into develop
  • daa52f1 Bumping version to 1.38.6
  • Additional commits viewable in compare view

Updates sentry-sdk from 2.26.1 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

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 google-api-python-client from 2.167.0 to 2.169.0

Release notes

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

v2.169.0

2.169.0 (2025-04-29)

Features

Bug Fixes

v2.168.0

2.168.0 (2025-04-22)

... (truncated)

Commits

Updates google-auth-oauthlib from 1.2.1 to 1.2.2

Release notes

Sourced from google-auth-oauthlib's releases.

v1.2.2

1.2.2 (2025-04-01)

Bug Fixes

  • Do not include docs/conf.py & scripts in wheel (#328) (78940df)
  • Let OS select an available port when running TestInstalledAppFlow (#407) (6060d65), closes #381
  • Remove setup.cfg configuration for creating universal wheels (#405) (0b962ed)
Changelog

Sourced from google-auth-oauthlib's changelog.

1.2.2 (2025-04-01)

Bug Fixes

  • Do not include docs/conf.py & scripts in wheel (#328) (78940df)
  • Let OS select an available port when running TestInstalledAppFlow (#407) (6060d65), closes #381
  • Remove setup.cfg configuration for creating universal wheels (#405) (0b962ed)
Commits
  • cc29cc3 chore(main): release 1.2.2 (#368)
  • 6060d65 fix: Let OS select an available port when running TestInstalledAppFlow (#407)
  • 0b962ed fix: remove setup.cfg configuration for creating universal wheels (#405)
  • dedc58a chore: remove unused files (#402)
  • 63442e9 chore(python): conditionally load credentials in .kokoro/build.sh (#398)
  • 9a1dfab chore: check if port is in use before returning the port to start a new serve...
  • 9c38610 chore: Reduce prioirty of flaky tests (#390)
  • 780f6a6 chore(python): Update the python version in docs presubmit to use 3.10 (#387)
  • 2a561a6 chore(deps): update all dependencies (#382)
  • c220b45 chore(python): update dependencies in .kokoro/docker/docs (#380)
  • Additional commits viewable in compare view

Updates qrcode from 8.1 to 8.2

Changelog

Sourced from qrcode's changelog.

8.2 (01 May 2025)

  • Optimize QRColorMask apply_mask method for enhanced performance
  • Fix typos on StyledPilImage embeded_* parameters. The old parameters with the typos are still accepted for backward compatibility.
Commits

Updates ipython from 9.1.0 to 9.2.0

Commits

Updates django-debug-toolbar from 5.1.0 to 5.2.0

Release notes

Sourced from django-debug-toolbar's releases.

5.2.0

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@5.1.0...5.2.0

Changelog

Sourced from django-debug-toolbar's changelog.

5.2.0 (2025-04-29)

  • Added hook to RedirectsPanel for subclass customization.
  • Added feature to sanitize sensitive data in the Request Panel.
  • Fixed dark mode conflict in code block toolbar CSS.
  • Properly allowed overriding the system theme preference by using the theme selector. Removed the DEFAULT_THEME setting, we should always default to system-level defaults where possible.
  • Added support for using django-template-partials with the template panel's source view functionality. The same change possibly adds support for other template loaders.
  • Introduced djade <https://github.com/adamchainz/djade>__ to format Django templates.
  • Swapped display order of panel header and close button to prevent style conflicts
  • Added CSS for resetting the height of elements too to avoid problems with global CSS of a website where the toolbar is used.
Commits

Updates django-stubs from 5.1.3 to 5.2.0

Commits

Updates djangorestframework-stubs from 3.15.3 to 3.16.0

Release notes

Sourced from djangorestframework-stubs's releases.

3.16.0

What's Changed

Full Changelog: typeddjango/djangorestframework-stubs@3.15.4...3.16.0

3.15.4

Important

What's Changed

New Contributors

Full Changelog: typeddjango/djangorestframework-stubs@3.15.3...3.15.4

Commits

Updates boto3-stubs from 1.37.37 to 1.38.8

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.6 to 0.11.8

Release notes

Sourced from ruff's releases.

0.11.8

Release Notes

Preview features

  • [airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR302, AIR311) (#17553, #17570, #17571)
  • [airflow] Extend AIR301 rule (#17598)
  • [airflow] Update existing AIR302 rules with better suggestions (#17542)
  • [refurb] Mark fix as safe for readlines-in-for (FURB129) (#17644)
  • [syntax-errors] nonlocal declaration at module level (#17559)
  • [syntax-errors] Detect single starred expression assignment x = *y (#17624)

Bug fixes

  • [flake8-pyi] Ensure Literal[None,] | Literal[None,] is not autofixed to None | None (PYI061) (#17659)
  • [flake8-use-pathlib] Avoid suggesting Path.iterdir() for os.listdir with file descriptor (PTH208) (#17715)
  • [flake8-use-pathlib] Fix PTH104 false positive when rename is passed a file descriptor (#17712)
  • [flake8-use-pathlib] Fix PTH116 false positive when stat is passed a file descriptor (#17709)
  • [flake8-use-pathlib] Fix PTH123 false positive when open is passed a file descriptor from a function call (#17705)
  • [pycodestyle] Fix duplicated diagnostic in E712 (#17651)
  • [pylint] Detect global declarations in module scope (PLE0118) (#17411)
  • [syntax-errors] Make async-comprehension-in-sync-comprehension more specific (#17460)

Configuration

  • Add option to disable typing_extensions imports (#17611)

Documentation

Bumps the dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [celery](https://github.com/celery/celery) | `5.5.1` | `5.5.2` |
| [boto3](https://github.com/boto/boto3) | `1.37.37` | `1.38.8` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.26.1` | `2.27.0` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.167.0` | `2.169.0` |
| [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) | `1.2.1` | `1.2.2` |
| [qrcode](https://github.com/lincolnloop/python-qrcode) | `8.1` | `8.2` |
| [ipython](https://github.com/ipython/ipython) | `9.1.0` | `9.2.0` |
| [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `5.1.0` | `5.2.0` |
| [django-stubs](https://github.com/typeddjango/django-stubs) | `5.1.3` | `5.2.0` |
| [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs) | `3.15.3` | `3.16.0` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.37.37` | `1.38.8` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.6` | `0.11.8` |


Updates `celery` from 5.5.1 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 `boto3` from 1.37.37 to 1.38.8
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.37.37...1.38.8)

Updates `sentry-sdk` from 2.26.1 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.26.1...2.27.0)

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

Updates `google-auth-oauthlib` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python-oauthlib@v1.2.1...v1.2.2)

Updates `qrcode` from 8.1 to 8.2
- [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst)
- [Commits](https://github.com/lincolnloop/python-qrcode/commits/v8.2)

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

Updates `django-debug-toolbar` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/django-commons/django-debug-toolbar/releases)
- [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@5.1.0...5.2.0)

Updates `django-stubs` from 5.1.3 to 5.2.0
- [Release notes](https://github.com/typeddjango/django-stubs/releases)
- [Commits](typeddjango/django-stubs@5.1.3...5.2.0)

Updates `djangorestframework-stubs` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/typeddjango/djangorestframework-stubs/releases)
- [Commits](typeddjango/djangorestframework-stubs@3.15.3...3.16.0)

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

Updates `ruff` from 0.11.6 to 0.11.8
- [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.6...0.11.8)

---
updated-dependencies:
- dependency-name: celery
  dependency-version: 5.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: boto3
  dependency-version: 1.38.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sentry-sdk
  dependency-version: 2.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-api-python-client
  dependency-version: 2.169.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-auth-oauthlib
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: qrcode
  dependency-version: '8.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ipython
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: django-debug-toolbar
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: django-stubs
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: djangorestframework-stubs
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: boto3-stubs
  dependency-version: 1.38.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.11.8
  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 May 5, 2025
@RadoRado RadoRado merged commit ea84645 into master May 7, 2025
3 checks passed
@RadoRado RadoRado deleted the dependabot/pip/master/dependencies-c7001b10c2 branch May 7, 2025 06:19
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.

1 participant