From ea439a6c31c751babe266a4abf240a81b84e879b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:31:14 +0000 Subject: [PATCH] Bump the all-django-dependencies group across 1 directory with 8 updates Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv), [django](https://github.com/django/django), [django-allauth](https://github.com/sponsors/pennersr), [django-tailwind](https://github.com/timonweb/django-tailwind), [boto3](https://github.com/boto/boto3), [black](https://github.com/psf/black), [pre-commit](https://github.com/pre-commit/pre-commit) and [pylint-django](https://github.com/pylint-dev/pylint-django) 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.1 - [Commits](https://github.com/django/django/compare/5.2.7...6.0.1) Updates `django-allauth` to 65.14.0 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `django-tailwind` to 4.4.2 - [Changelog](https://github.com/timonweb/django-tailwind/blob/master/CHANGELOG.md) - [Commits](https://github.com/timonweb/django-tailwind/compare/4.3.1...4.4.2) Updates `boto3` to 1.42.30 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.64...1.42.30) Updates `black` to 26.1.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...26.1.0) Updates `pre-commit` to 4.5.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/v4.0.1...v4.5.1) Updates `pylint-django` to 2.7.0 - [Release notes](https://github.com/pylint-dev/pylint-django/releases) - [Changelog](https://github.com/pylint-dev/pylint-django/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pylint-dev/pylint-django/compare/v2.6.1...v2.7.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.1 dependency-type: direct:production dependency-group: all-django-dependencies - dependency-name: django-allauth dependency-version: 65.14.0 dependency-type: direct:production dependency-group: all-django-dependencies - dependency-name: django-tailwind dependency-version: 4.4.2 dependency-type: direct:production dependency-group: all-django-dependencies - dependency-name: boto3 dependency-version: 1.42.30 dependency-type: direct:production dependency-group: all-django-dependencies - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development dependency-group: all-django-dependencies - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development dependency-group: all-django-dependencies - dependency-name: pylint-django dependency-version: 2.7.0 dependency-type: direct:development dependency-group: all-django-dependencies ... Signed-off-by: dependabot[bot] --- django/pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/django/pyproject.toml b/django/pyproject.toml index c8441d1..1dccc0d 100644 --- a/django/pyproject.toml +++ b/django/pyproject.toml @@ -10,31 +10,31 @@ 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.1", "django-environ ~= 0.12.0", # allauth "requests", - "django-allauth ~= 65.13.0", + "django-allauth ~= 65.14.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.30", ] [dependency-groups] dev = [ - "black ~= 24.10.0", + "black ~= 26.1.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", + "pylint-django ~= 2.7.0", ]