From c6ec9e932d7de3d0625e8045eedc12968e42db08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:36:21 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 12 updates Bumps the dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.1.5` | `5.1.6` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.8.2` | `6.9.0` | | [django-cors-headers](https://github.com/adamchainz/django-cors-headers) | `4.6.0` | `4.7.0` | | [boto3](https://github.com/boto/boto3) | `1.36.6` | `1.36.16` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.159.0` | `2.160.0` | | [factory-boy](https://github.com/FactoryBoy/factory_boy) | `3.3.1` | `3.3.3` | | [faker](https://github.com/joke2k/faker) | `35.0.0` | `35.2.0` | | [ipython](https://github.com/ipython/ipython) | `8.31.0` | `8.32.0` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [django-stubs](https://github.com/typeddjango/django-stubs) | `5.1.2` | `5.1.3` | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.36.6` | `1.36.16` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.3` | `0.9.5` | Updates `django` from 5.1.5 to 5.1.6 - [Commits](https://github.com/django/django/compare/5.1.5...5.1.6) Updates `whitenoise` from 6.8.2 to 6.9.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.8.2...6.9.0) Updates `django-cors-headers` from 4.6.0 to 4.7.0 - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.6.0...4.7.0) Updates `boto3` from 1.36.6 to 1.36.16 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.36.6...1.36.16) Updates `google-api-python-client` from 2.159.0 to 2.160.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.159.0...v2.160.0) Updates `factory-boy` from 3.3.1 to 3.3.3 - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst) - [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.3.1...3.3.3) Updates `faker` from 35.0.0 to 35.2.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/v35.0.0...v35.2.0) Updates `ipython` from 8.31.0 to 8.32.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.31.0...8.32.0) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) Updates `django-stubs` from 5.1.2 to 5.1.3 - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.1.2...5.1.3) Updates `boto3-stubs` from 1.36.6 to 1.36.16 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.9.3 to 0.9.5 - [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.9.3...0.9.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: django-cors-headers 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: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: factory-boy 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: mypy dependency-type: direct:production update-type: version-update:semver-minor 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-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements/base.txt | 10 +++++----- requirements/local.txt | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 784a2b05..dfc8ee2e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,4 +1,4 @@ -Django==5.1.5 +Django==5.1.6 django-environ==0.12.0 psycopg2==2.9.10 djangorestframework==3.15.2 @@ -7,16 +7,16 @@ celery==5.4.0 django-celery-results==2.5.1 django-celery-beat==2.7.0 -whitenoise==6.8.2 +whitenoise==6.9.0 django-filter==24.3 django-extensions==3.2.3 -django-cors-headers==4.6.0 +django-cors-headers==4.7.0 django-storages==1.14.4 drf-jwt==1.19.2 -boto3==1.36.6 +boto3==1.36.16 attrs==25.1.0 gunicorn==23.0.0 @@ -24,7 +24,7 @@ sentry-sdk==2.20.0 requests==2.32.3 -google-api-python-client==2.159.0 +google-api-python-client==2.160.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 2360c33b..b78193e6 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -3,19 +3,19 @@ pytest==8.3.4 pytest-django==4.9.0 -factory-boy==3.3.1 -Faker==35.0.0 +factory-boy==3.3.3 +Faker==35.2.0 ipdb==0.13.13 -ipython==8.31.0 +ipython==8.32.0 django-debug-toolbar==5.0.1 -mypy==1.14.1 +mypy==1.15.0 -django-stubs==5.1.2 +django-stubs==5.1.3 djangorestframework-stubs==3.15.2 -boto3-stubs==1.36.6 +boto3-stubs==1.36.16 -ruff==0.9.3 +ruff==0.9.5 pre-commit==4.1.0