Skip to content

Commit 13713ad

Browse files
Bump the dependencies group with 6 updates
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.1.9` | `5.2.1` | | [boto3](https://github.com/boto/boto3) | `1.38.8` | `1.38.13` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.27.0` | `2.28.0` | | [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.39.0` | `2.40.1` | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.38.8` | `1.38.13` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.8` | `0.11.9` | Updates `django` from 5.1.9 to 5.2.1 - [Commits](django/django@5.1.9...5.2.1) Updates `boto3` from 1.38.8 to 1.38.13 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.8...1.38.13) Updates `sentry-sdk` from 2.27.0 to 2.28.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.27.0...2.28.0) Updates `google-auth` from 2.39.0 to 2.40.1 - [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.39.0...v2.40.1) Updates `boto3-stubs` from 1.38.8 to 1.38.13 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.11.8 to 0.11.9 - [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.8...0.11.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.38.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk dependency-version: 2.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google-auth dependency-version: 2.40.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3-stubs dependency-version: 1.38.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-version: 0.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55319b3 commit 13713ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements/base.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==5.1.9
1+
Django==5.2.1
22
django-environ==0.12.0
33
psycopg2==2.9.10
44
djangorestframework==3.16.0
@@ -16,16 +16,16 @@ django-storages==1.14.6
1616

1717
drf-jwt==1.19.2
1818

19-
boto3==1.38.8
19+
boto3==1.38.13
2020
attrs==25.3.0
2121

2222
gunicorn==23.0.0
23-
sentry-sdk==2.27.0
23+
sentry-sdk==2.28.0
2424

2525
requests==2.32.3
2626

2727
google-api-python-client==2.169.0
28-
google-auth==2.39.0
28+
google-auth==2.40.1
2929
google-auth-httplib2==0.2.0
3030
google-auth-oauthlib==1.2.2
3131

requirements/local.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mypy==1.15.0
1515

1616
django-stubs==5.2.0
1717
djangorestframework-stubs==3.16.0
18-
boto3-stubs==1.38.8
18+
boto3-stubs==1.38.13
1919

20-
ruff==0.11.8
20+
ruff==0.11.9
2121
pre-commit==4.2.0

0 commit comments

Comments
 (0)