From 4f46f607304d33da0bdd7678e590de882547a4f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 01:26:01 +0100 Subject: Bump django-distill from 3.1.3 to 3.2.4 (#1328) Bumps [django-distill](https://github.com/meeb/django-distill) from 3.1.3 to 3.2.4. - [Release notes](https://github.com/meeb/django-distill/releases) - [Commits](https://github.com/meeb/django-distill/compare/v3.1.3...v3.2.4) --- updated-dependencies: - dependency-name: django-distill dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2977688d..2d4ef1aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -381,12 +381,12 @@ bcrypt = ["bcrypt"] [[package]] name = "django-distill" -version = "3.1.3" +version = "3.2.4" description = "Static site renderer and publisher for Django." optional = false python-versions = "*" files = [ - {file = "django-distill-3.1.3.tar.gz", hash = "sha256:3c14e85e1197f4c11dddc5caf9e4a13669d83ab9654c64855e6217dea7619678"}, + {file = "django_distill-3.2.4.tar.gz", hash = "sha256:f10772eac4fb6b6c832fbc3e632329b4429aeddbb35cc17b780c8827c8d5ae99"}, ] [package.dependencies] @@ -1225,4 +1225,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "8c56c7cde2a2edae0417bea7247ceb3b7d165719cf58a475d4b41ab46c27b5a3" +content-hash = "69f883a36058808510c40eae4b9c4c34bf0643961ffa782890fe6de7bd7b0df1" diff --git a/pyproject.toml b/pyproject.toml index b084140f..69bd2e0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.11.*" django = "5.0.6" -django-distill = "3.1.3" +django-distill = "3.2.4" django-environ = "0.11.2" django-filter = "24.2" django-prometheus = "2.3.1" -- cgit v1.2.3