From eabd4c8c900086e058979e83b094da14cf87e603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:55:45 +0000 Subject: [PATCH] Bump the dependencies group with 8 updates Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.37.13` | `1.37.18` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.22.0` | `2.24.0` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.164.0` | `2.165.0` | | [faker](https://github.com/joke2k/faker) | `37.0.0` | `37.0.2` | | [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `5.0.1` | `5.1.0` | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.37.13` | `1.37.18` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.0` | `0.11.2` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.1.0` | `4.2.0` | Updates `boto3` from 1.37.13 to 1.37.18 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.37.13...1.37.18) Updates `sentry-sdk` from 2.22.0 to 2.24.0 - [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.22.0...2.24.0) Updates `google-api-python-client` from 2.164.0 to 2.165.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.164.0...v2.165.0) Updates `faker` from 37.0.0 to 37.0.2 - [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.0.0...v37.0.2) Updates `django-debug-toolbar` from 5.0.1 to 5.1.0 - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](https://github.com/django-commons/django-debug-toolbar/compare/5.0.1...5.1.0) Updates `boto3-stubs` from 1.37.13 to 1.37.18 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.11.0 to 0.11.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.11.0...0.11.2) Updates `pre-commit` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: django-debug-toolbar dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3-stubs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 6 +++--- requirements/local.txt | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 8572fb64..cdc64969 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -16,15 +16,15 @@ django-storages==1.14.5 drf-jwt==1.19.2 -boto3==1.37.13 +boto3==1.37.18 attrs==25.3.0 gunicorn==23.0.0 -sentry-sdk==2.22.0 +sentry-sdk==2.24.0 requests==2.32.3 -google-api-python-client==2.164.0 +google-api-python-client==2.165.0 google-auth==2.38.0 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.2.1 diff --git a/requirements/local.txt b/requirements/local.txt index c7ab39ca..8a6d22f1 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -4,18 +4,18 @@ pytest==8.3.5 pytest-django==4.10.0 factory-boy==3.3.3 -Faker==37.0.0 +Faker==37.0.2 ipdb==0.13.13 ipython==9.0.2 -django-debug-toolbar==5.0.1 +django-debug-toolbar==5.1.0 mypy==1.15.0 django-stubs==5.1.3 djangorestframework-stubs==3.15.3 -boto3-stubs==1.37.13 +boto3-stubs==1.37.18 -ruff==0.11.0 -pre-commit==4.1.0 +ruff==0.11.2 +pre-commit==4.2.0