From 76530d4211348e936003f21413b5d7ad8ce622c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 01:53:04 +0000 Subject: [PATCH] chore(deps): update dependency django-tailwind to v4.5.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7dba440a..30de63b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -655,13 +655,13 @@ tinycss2 = ">=1.2.1" [[package]] name = "django-tailwind" -version = "4.4.2" +version = "4.5.0" description = "Tailwind CSS Framework for Django projects" optional = false python-versions = ">=3.11" files = [ - {file = "django_tailwind-4.4.2-py3-none-any.whl", hash = "sha256:0e4a2836cb36e8952700457d049fadb8743583017cef80fa3a374f8597c289f4"}, - {file = "django_tailwind-4.4.2.tar.gz", hash = "sha256:b3a3eb2d22cbb8c17565898fb68ccedcf806542b04fe4107bdfec7035d582819"}, + {file = "django_tailwind-4.5.0-py3-none-any.whl", hash = "sha256:618314751e867e8871b1e06ed98c0b8beb762ac9b431f739647ad4d82ab8b125"}, + {file = "django_tailwind-4.5.0.tar.gz", hash = "sha256:c4b40820663ac3932f6951b82b91e3773361a46d9bde972bc8a338eee3c5d045"}, ] [package.dependencies] @@ -1334,4 +1334,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.14.6" -content-hash = "c26d5965404b70d969c3f859e6003e84e980408c66b3b288ae2d4031a14c96fb" +content-hash = "d5b274157f588d62ef4fc5ec15f1eac70b5eb288c7c47afa176b3c152f03d16b" diff --git a/pyproject.toml b/pyproject.toml index 5f69bdc1..414875a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pyjwt = "2.10.1" psycopg2-binary = "2.9.12" fontawesomefree = "6.6.0" django-google-fonts = "0.0.3" -django-tailwind = {extras = ["reload"], version = "4.4.2"} +django-tailwind = {extras = ["reload"], version = "4.5.0"} crispy-tailwind = "1.0.3" django-crispy-forms = "2.5" daphne = "4.2.3"