Skip to content

Commit 45fd571

Browse files
Bump the dependencies group across 1 directory with 8 updates
Bumps the dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django-structlog[celery]](https://github.com/jrobichaud/django-structlog) | `9.1.1` | `10.0.0` | | [boto3](https://github.com/boto/boto3) | `1.40.52` | `1.40.59` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.42.0` | `2.42.1` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.184.0` | `2.185.0` | | [faker](https://github.com/joke2k/faker) | `37.11.0` | `37.12.0` | | [djangorestframework-stubs](https://github.com/sponsors/typeddjango) | `3.16.4` | `3.16.5` | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.40.52` | `1.40.59` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.0` | `0.14.2` | Updates `django-structlog[celery]` from 9.1.1 to 10.0.0 - [Changelog](https://github.com/jrobichaud/django-structlog/blob/main/docs/changelog.rst) - [Commits](jrobichaud/django-structlog@9.1.1...10.0.0) Updates `boto3` from 1.40.52 to 1.40.59 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.52...1.40.59) Updates `sentry-sdk` from 2.42.0 to 2.42.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.42.0...2.42.1) Updates `google-api-python-client` from 2.184.0 to 2.185.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](googleapis/google-api-python-client@v2.184.0...v2.185.0) Updates `faker` from 37.11.0 to 37.12.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v37.11.0...v37.12.0) Updates `djangorestframework-stubs` from 3.16.4 to 3.16.5 - [Commits](https://github.com/sponsors/typeddjango/commits) Updates `boto3-stubs` from 1.40.52 to 1.40.59 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.14.0 to 0.14.2 - [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.14.0...0.14.2) --- updated-dependencies: - dependency-name: django-structlog[celery] dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.40.59 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk dependency-version: 2.42.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: google-api-python-client dependency-version: 2.185.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: faker dependency-version: 37.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: djangorestframework-stubs dependency-version: 3.16.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: boto3-stubs dependency-version: 1.40.59 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a70ef43 commit 45fd571

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements/base.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ django-filter==25.2
1313
django-extensions==4.1
1414
django-cors-headers==4.9.0
1515
django-storages==1.14.6
16-
django-structlog[celery]==9.1.1
16+
django-structlog[celery]==10.0.0
1717

1818
drf-jwt==1.19.2
1919

20-
boto3==1.40.52
20+
boto3==1.40.59
2121
attrs==25.4.0
2222

2323
gunicorn==23.0.0
24-
sentry-sdk==2.42.0
24+
sentry-sdk==2.42.1
2525

2626
requests==2.32.5
2727

28-
google-api-python-client==2.184.0
28+
google-api-python-client==2.185.0
2929
google-auth==2.41.1
3030
google-auth-httplib2==0.2.0
3131
google-auth-oauthlib==1.2.2

requirements/local.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest==8.4.2
44
pytest-django==4.11.1
55

66
factory-boy==3.3.3
7-
Faker==37.11.0
7+
Faker==37.12.0
88

99
ipdb==0.13.13
1010
ipython==9.6.0
@@ -14,8 +14,8 @@ django-debug-toolbar==6.0.0
1414
mypy==1.18.2
1515

1616
django-stubs==5.2.7
17-
djangorestframework-stubs==3.16.4
18-
boto3-stubs==1.40.52
17+
djangorestframework-stubs==3.16.5
18+
boto3-stubs==1.40.59
1919

20-
ruff==0.14.0
20+
ruff==0.14.2
2121
pre-commit==4.3.0

0 commit comments

Comments
 (0)