From 45fd5717a69f892a53a127341da59fdcb2e08226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:47:00 +0000 Subject: [PATCH] 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](https://github.com/jrobichaud/django-structlog/compare/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](https://github.com/boto/boto3/compare/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](https://github.com/getsentry/sentry-python/compare/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](https://github.com/googleapis/google-api-python-client/compare/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](https://github.com/joke2k/faker/compare/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](https://github.com/astral-sh/ruff/compare/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] --- requirements/base.txt | 8 ++++---- requirements/local.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 1cc904f1..8a689111 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,19 +13,19 @@ django-filter==25.2 django-extensions==4.1 django-cors-headers==4.9.0 django-storages==1.14.6 -django-structlog[celery]==9.1.1 +django-structlog[celery]==10.0.0 drf-jwt==1.19.2 -boto3==1.40.52 +boto3==1.40.59 attrs==25.4.0 gunicorn==23.0.0 -sentry-sdk==2.42.0 +sentry-sdk==2.42.1 requests==2.32.5 -google-api-python-client==2.184.0 +google-api-python-client==2.185.0 google-auth==2.41.1 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.2.2 diff --git a/requirements/local.txt b/requirements/local.txt index af9253b0..7a19569f 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -4,7 +4,7 @@ pytest==8.4.2 pytest-django==4.11.1 factory-boy==3.3.3 -Faker==37.11.0 +Faker==37.12.0 ipdb==0.13.13 ipython==9.6.0 @@ -14,8 +14,8 @@ django-debug-toolbar==6.0.0 mypy==1.18.2 django-stubs==5.2.7 -djangorestframework-stubs==3.16.4 -boto3-stubs==1.40.52 +djangorestframework-stubs==3.16.5 +boto3-stubs==1.40.59 -ruff==0.14.0 +ruff==0.14.2 pre-commit==4.3.0