From db8050cc1b8e23c3bbbd102915c538faf41eeea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:04:38 +0000 Subject: [PATCH] Bump django-render-block from 0.9.2 to 0.10 Bumps [django-render-block](https://github.com/clokep/django-render-block) from 0.9.2 to 0.10. - [Release notes](https://github.com/clokep/django-render-block/releases) - [Changelog](https://github.com/clokep/django-render-block/blob/main/CHANGELOG.rst) - [Commits](https://github.com/clokep/django-render-block/compare/0.9.2...0.10) --- updated-dependencies: - dependency-name: django-render-block dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 01a8300..e9a0d5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -526,17 +526,17 @@ django = "*" [[package]] name = "django-render-block" -version = "0.9.2" +version = "0.10" description = "Render a particular block from a template to a string." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "django-render-block-0.9.2.tar.gz", hash = "sha256:3dde0d2abde9381685659d2ed0761b8bddf7741c48eaadec9e5b50a6c7850247"}, - {file = "django_render_block-0.9.2-py3-none-any.whl", hash = "sha256:1768832be78476c36627b3e3a8e7d9eb0e2bc46b84daf2c51958e2f674173c40"}, + {file = "django_render_block-0.10-py3-none-any.whl", hash = "sha256:4deeec70a360aa90385443aeae1213ffb2acbfe2b5fb09d4afe47e75a29240c3"}, + {file = "django_render_block-0.10.tar.gz", hash = "sha256:23fbc9cfed17aac47e936e65f0c29ae186765a41234cdc8dbf88d4a9377fdd76"}, ] [package.dependencies] -django = ">=2.2" +django = ">=3.2" [package.extras] dev = ["Jinja2 (>=2.8)"] @@ -1797,4 +1797,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "d69bf1d91992a79ba1db9721000117a27d04e1ba57e48586217d63321b805a86" +content-hash = "9468caeca03156fcc204a83f6cc95305068fb6803b10d2361920921e1b345299" diff --git a/pyproject.toml b/pyproject.toml index 6913889..076b24c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ django-localflavor-us = "1.1" django-material = "1.12.0" django-materialize-css = "0.0.1" django-recaptcha = "^4.0.0" -django-render-block = "0.9.2" +django-render-block = "0.10" django-storages = "^1.13.2" djangorestframework = "3.15.2" jinja2 = "3.1.4"