Skip to content

Bump the dependencies group with 7 updates #521

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

Merged
merged 1 commit into from
Apr 23, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 7 updates:

Package From To
django-celery-beat 2.7.0 2.8.0
boto3 1.37.33 1.37.37
sentry-sdk 2.25.1 2.26.1
google-api-python-client 2.166.0 2.167.0
google-auth 2.38.0 2.39.0
boto3-stubs 1.37.33 1.37.37
ruff 0.11.5 0.11.6

Updates django-celery-beat from 2.7.0 to 2.8.0

Release notes

Sourced from django-celery-beat's releases.

v2.8.0

What's Changed

... (truncated)

Changelog

Sourced from django-celery-beat's changelog.

2.8.0

:release-date: 2025-04-16 :release-by: Asif Saif Uddin (@​auvipy)

Added


- Add official support for Django 5.2.
- Issue 796: remove days of the week from human readable description when the whole week is specified.
- fix 'exipres', 'expire_seconds' not working normal as expected.
- fix long period task will never be triggered ([#717](https://github.com/celery/django-celery-beat/issues/717)).
- Fix for missing periodic task name in results ([#812](https://github.com/celery/django-celery-beat/issues/812)).
- refactor(db-scheduler): optimize all_as_schedule query ([#835](https://github.com/celery/django-celery-beat/issues/835)).
- feat(admin): add task field to search_fields.
- Fix the time calculation problem caused by start_time ([#844](https://github.com/celery/django-celery-beat/issues/844)).
- Added Python 3.13 support.

.. _version-2.7.0:

Commits
  • e950b59 Bump version: 2.7.0 → 2.8.0
  • 36f26a6 added changelog entry for v2.8.0
  • 8189f6f declare python 3.13 support
  • a7cdc30 [pre-commit.ci] pre-commit autoupdate (#872)
  • e1b6b54 [pre-commit.ci] pre-commit autoupdate (#870)
  • 9ba201a [pre-commit.ci] pre-commit autoupdate (#868)
  • c454c65 Fix the time calculation problem caused by start_time (#844)
  • ee2c505 reintroduce python 3.8 in the CI (#867)
  • db7a665 update python version for docker and copy rights (#866)
  • 5b5428f added django 5.2rc1 lts and trim down django versions (#865)
  • Additional commits viewable in compare view

Updates boto3 from 1.37.33 to 1.37.37

Commits
  • a5ead10 Merge branch 'release-1.37.37'
  • 5b7d4f3 Bumping version to 1.37.37
  • b306dd8 Add changelog entries from botocore
  • 97eafed Merge branch 'release-1.37.36'
  • e63f188 Merge branch 'release-1.37.36' into develop
  • 1365c4f Bumping version to 1.37.36
  • 1be267b Add changelog entries from botocore
  • f472693 Merge branch 'release-1.37.35'
  • f1b6957 Merge branch 'release-1.37.35' into develop
  • 26e93c5 Bumping version to 1.37.35
  • Additional commits viewable in compare view

Updates sentry-sdk from 2.25.1 to 2.26.1

Release notes

Sourced from sentry-sdk's releases.

2.26.1

Various fixes & improvements

2.26.0

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.26.1

Various fixes & improvements

2.26.0

Various fixes & improvements

Commits
  • ec050c0 Updated changelog
  • d552808 release: 2.26.1
  • b2693f4 ref(logging): Clarify separate warnings case is for Python <3.11 (#4296)
  • 2d392af fix: Data leak in ThreadingIntegration between threads (#4281)
  • 706d2d2 Revert "chore: Deprecate same_process_as_parent (#4244)" (#4290)
  • 296e288 feat(logging): Add formatted message to log events
  • e71ccbf fix(logging): Send raw logging parameters
  • a3d4b89 Merge branch 'release/2.26.0'
  • 54d2c7e release: 2.26.0
  • 5689bc0 fix(debug): Do not consider parent loggers for debug logging (#4286)
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.166.0 to 2.167.0

Release notes

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

v2.167.0

2.167.0 (2025-04-11)

Features

... (truncated)

Commits

Updates google-auth from 2.38.0 to 2.39.0

Release notes

Sourced from google-auth's releases.

v2.39.0

2.39.0 (2025-04-14)

Features

  • Adds GA support for X.509 workload identity federation (#1695) (7495960)

Bug Fixes

  • Add impersonated SA via local ADC support for fetch_id_token (#1740) (f249764)
  • Add missing packaging dependency for feature requiring urllib3 (#1732) (221f4a8)
  • Add request timeout for MDS requests (#1699) (9f7d3fa)
  • Explicitly declare support for Python 3.13 (#1741) (6fd04d5)
Changelog

Sourced from google-auth's changelog.

2.39.0 (2025-04-14)

Features

  • Adds GA support for X.509 workload identity federation (#1695) (7495960)

Bug Fixes

  • Add impersonated SA via local ADC support for fetch_id_token (#1740) (f249764)
  • Add missing packaging dependency for feature requiring urllib3 (#1732) (221f4a8)
  • Add request timeout for MDS requests (#1699) (9f7d3fa)
  • Explicitly declare support for Python 3.13 (#1741) (6fd04d5)
Commits

Updates boto3-stubs from 1.37.33 to 1.37.37

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.5 to 0.11.6

Release notes

Sourced from ruff's releases.

0.11.6

Release Notes

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)

Contributors

Install ruff 0.11.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.11.6/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ruff/releases/download/0.11.6/ruff-installer.ps1 | iex"

Download ruff 0.11.6

File Platform Checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

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

Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [django-celery-beat](https://github.com/celery/django-celery-beat) | `2.7.0` | `2.8.0` |
| [boto3](https://github.com/boto/boto3) | `1.37.33` | `1.37.37` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.25.1` | `2.26.1` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.166.0` | `2.167.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.38.0` | `2.39.0` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.37.33` | `1.37.37` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.5` | `0.11.6` |


Updates `django-celery-beat` from 2.7.0 to 2.8.0
- [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.7.0...v2.8.0)

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

Updates `sentry-sdk` from 2.25.1 to 2.26.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.25.1...2.26.1)

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

Updates `google-auth` from 2.38.0 to 2.39.0
- [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.38.0...v2.39.0)

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

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

---
updated-dependencies:
- dependency-name: django-celery-beat
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: boto3
  dependency-version: 1.37.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sentry-sdk
  dependency-version: 2.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-api-python-client
  dependency-version: 2.167.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-auth
  dependency-version: 2.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: boto3-stubs
  dependency-version: 1.37.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.11.6
  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 Apr 21, 2025
@RadoRado RadoRado merged commit b9d23c2 into master Apr 23, 2025
3 checks passed
@RadoRado RadoRado deleted the dependabot/pip/master/dependencies-1ab6cec73d branch April 23, 2025 05:22
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