From 7814059508e7fb352392a927737793c52a941024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 20:16:24 +0000 Subject: [PATCH] Bump the all-django-dependencies group across 1 directory with 6 updates Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv), [django](https://github.com/django/django), [django-tailwind](https://github.com/timonweb/django-tailwind), [boto3](https://github.com/boto/boto3), [black](https://github.com/psf/black) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `python-dotenv` to 1.2.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.2.1) Updates `django` to 6.0 - [Commits](https://github.com/django/django/compare/5.2.7...6.0) Updates `django-tailwind` to 4.4.1 - [Changelog](https://github.com/timonweb/django-tailwind/blob/master/CHANGELOG.md) - [Commits](https://github.com/timonweb/django-tailwind/compare/4.3.1...4.4.1) Updates `boto3` to 1.42.2 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.64...1.42.2) Updates `black` to 25.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.10.0...25.11.0) Updates `pre-commit` to 4.5.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.0.1...v4.5.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production dependency-group: all-django-dependencies - dependency-name: django dependency-version: '6.0' dependency-type: direct:production dependency-group: all-django-dependencies - dependency-name: django-tailwind dependency-version: 4.4.1 dependency-type: direct:production dependency-group: all-django-dependencies - dependency-name: boto3 dependency-version: 1.42.2 dependency-type: direct:production dependency-group: all-django-dependencies - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development dependency-group: all-django-dependencies - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:development dependency-group: all-django-dependencies ... Signed-off-by: dependabot[bot] --- django/pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/django/pyproject.toml b/django/pyproject.toml index c8441d1..6c6ad3c 100644 --- a/django/pyproject.toml +++ b/django/pyproject.toml @@ -10,30 +10,30 @@ packages = [{include = "test_app1"}] dependencies = [ #"python >= 3.13", - "python-dotenv ~= 1.0.1", + "python-dotenv ~= 1.2.1", "daphne ~= 4.2.1", "whitenoise ~= 6.11.0", - "django ~= 5.2.7", + "django ~= 6.0.0", "django-environ ~= 0.12.0", # allauth "requests", "django-allauth ~= 65.13.0", - "django-tailwind ~= 4.3.1", + "django-tailwind ~= 4.4.2", # postgres "psycopg2-binary ~= 2.9.11", # obj storage "django-storages ~= 1.14.6", - "boto3 ~= 1.40.64", + "boto3 ~= 1.42.11", ] [dependency-groups] dev = [ - "black ~= 24.10.0", + "black ~= 25.12.0", "djhtml ~= 3.0.7", - "pre-commit ~= 4.0.1", + "pre-commit ~= 4.5.1", "django-debug-toolbar >= 6.1.0", "pytest-django ~= 4.11.1", "pylint-django ~= 2.6.1",