Skip to content

Commit d627b14

Browse files
Bump the dependencies group with 7 updates
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] <support@github.com>
1 parent bc21a48 commit d627b14

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements/base.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ djangorestframework==3.16.0
55

66
celery==5.5.1
77
django-celery-results==2.6.0
8-
django-celery-beat==2.7.0
8+
django-celery-beat==2.8.0
99

1010
whitenoise==6.9.0
1111

@@ -16,16 +16,16 @@ django-storages==1.14.6
1616

1717
drf-jwt==1.19.2
1818

19-
boto3==1.37.33
19+
boto3==1.37.37
2020
attrs==25.3.0
2121

2222
gunicorn==23.0.0
23-
sentry-sdk==2.25.1
23+
sentry-sdk==2.26.1
2424

2525
requests==2.32.3
2626

27-
google-api-python-client==2.166.0
28-
google-auth==2.38.0
27+
google-api-python-client==2.167.0
28+
google-auth==2.39.0
2929
google-auth-httplib2==0.2.0
3030
google-auth-oauthlib==1.2.1
3131

requirements/local.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mypy==1.15.0
1515

1616
django-stubs==5.1.3
1717
djangorestframework-stubs==3.15.3
18-
boto3-stubs==1.37.33
18+
boto3-stubs==1.37.37
1919

20-
ruff==0.11.5
20+
ruff==0.11.6
2121
pre-commit==4.2.0

0 commit comments

Comments
 (0)