From fd1f9c88484e3cd081c375d4f55a13af226f1d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:02:21 +0000 Subject: [PATCH] Bump the dependencies group with 18 updates Bumps the dependencies group with 18 updates: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.0.10` | `5.1.5` | | [django-environ](https://github.com/joke2k/django-environ) | `0.11.2` | `0.12.0` | | [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.9` | `2.9.10` | | [django-celery-beat](https://github.com/celery/django-celery-beat) | `2.6.0` | `2.7.0` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.7.0` | `6.8.2` | | [boto3](https://github.com/boto/boto3) | `1.35.53` | `1.35.99` | | [attrs](https://github.com/sponsors/hynek) | `24.2.0` | `24.3.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.19.2` | `2.20.0` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.156.0` | `2.159.0` | | [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.35.0` | `2.37.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.4` | | [faker](https://github.com/joke2k/faker) | `33.1.0` | `33.3.1` | | [ipython](https://github.com/ipython/ipython) | `8.26.0` | `8.31.0` | | [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `4.4.6` | `5.0.1` | | [django-stubs](https://github.com/typeddjango/django-stubs) | `5.1.1` | `5.1.2` | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.35.90` | `1.35.99` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.2` | `0.9.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` | Updates `django` from 5.0.10 to 5.1.5 - [Commits](https://github.com/django/django/compare/5.0.10...5.1.5) Updates `django-environ` from 0.11.2 to 0.12.0 - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst) - [Commits](https://github.com/joke2k/django-environ/commits) Updates `psycopg2` from 2.9.9 to 2.9.10 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.9...2.9.10) Updates `django-celery-beat` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/celery/django-celery-beat/releases) - [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog) - [Commits](https://github.com/celery/django-celery-beat/compare/v2.6.0...v2.7.0) Updates `whitenoise` from 6.7.0 to 6.8.2 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.7.0...6.8.2) Updates `boto3` from 1.35.53 to 1.35.99 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.53...1.35.99) Updates `attrs` from 24.2.0 to 24.3.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `sentry-sdk` from 2.19.2 to 2.20.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.19.2...2.20.0) Updates `google-api-python-client` from 2.156.0 to 2.159.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.156.0...v2.159.0) Updates `google-auth` from 2.35.0 to 2.37.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](https://github.com/googleapis/google-auth-library-python/compare/v2.35.0...v2.37.0) Updates `pytest` from 8.3.2 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.4) Updates `faker` from 33.1.0 to 33.3.1 - [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/v33.1.0...v33.3.1) Updates `ipython` from 8.26.0 to 8.31.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.26.0...8.31.0) Updates `django-debug-toolbar` from 4.4.6 to 5.0.1 - [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/4.4.6...5.0.1) Updates `django-stubs` from 5.1.1 to 5.1.2 - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.1.1...5.1.2) Updates `boto3-stubs` from 1.35.90 to 1.35.99 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.5.2 to 0.9.1 - [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.5.2...0.9.1) Updates `pre-commit` from 3.8.0 to 4.0.1 - [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/v3.8.0...v4.0.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: django-environ dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: django-celery-beat dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-minor 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: google-auth dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: django-debug-toolbar dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: django-stubs dependency-type: direct:production update-type: version-update:semver-patch 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-minor dependency-group: dependencies - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 20 ++++++++++---------- requirements/local.txt | 16 ++++++++-------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 97d676e1..a548f0f9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,13 +1,13 @@ -Django==5.0.10 -django-environ==0.11.2 -psycopg2==2.9.9 +Django==5.1.5 +django-environ==0.12.0 +psycopg2==2.9.10 djangorestframework==3.15.2 celery==5.4.0 django-celery-results==2.5.1 -django-celery-beat==2.6.0 +django-celery-beat==2.7.0 -whitenoise==6.7.0 +whitenoise==6.8.2 django-filter==24.3 django-extensions==3.2.3 @@ -16,16 +16,16 @@ django-storages==1.14.4 drf-jwt==1.19.2 -boto3==1.35.53 -attrs==24.2.0 +boto3==1.35.99 +attrs==24.3.0 gunicorn==23.0.0 -sentry-sdk==2.19.2 +sentry-sdk==2.20.0 requests==2.32.3 -google-api-python-client==2.156.0 -google-auth==2.35.0 +google-api-python-client==2.159.0 +google-auth==2.37.0 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.2.1 diff --git a/requirements/local.txt b/requirements/local.txt index f0850116..1c575f65 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,21 +1,21 @@ -r base.txt -pytest==8.3.2 +pytest==8.3.4 pytest-django==4.9.0 factory-boy==3.3.1 -Faker==33.1.0 +Faker==33.3.1 ipdb==0.13.13 -ipython==8.26.0 +ipython==8.31.0 -django-debug-toolbar==4.4.6 +django-debug-toolbar==5.0.1 mypy==1.14.1 -django-stubs==5.1.1 +django-stubs==5.1.2 djangorestframework-stubs==3.15.2 -boto3-stubs==1.35.90 +boto3-stubs==1.35.99 -ruff==0.5.2 -pre-commit==3.8.0 +ruff==0.9.1 +pre-commit==4.0.1