From d6c1cba63e4083e0c378f97528d1d73952dedfd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:39:06 +0000 Subject: [PATCH] Bump wagtail-cache from 2.2.0 to 2.3.0 in /app Bumps [wagtail-cache](https://github.com/coderedcorp/wagtail-cache) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/coderedcorp/wagtail-cache/releases) - [Changelog](https://github.com/coderedcorp/wagtail-cache/blob/main/docs/releases.rst) - [Commits](https://github.com/coderedcorp/wagtail-cache/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: wagtail-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/poetry.lock | 10 +++++----- app/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index 3473a496..0ec64092 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -1951,17 +1951,17 @@ test = ["beautifulsoup4 (>=4.8)", "html5lib (>=0.999999999)", "pytest (>=3.5)", [[package]] name = "wagtail-cache" -version = "2.2.0" +version = "2.3.0" description = "A simple page cache for Wagtail based on the Django cache middleware." optional = false python-versions = "*" files = [ - {file = "wagtail-cache-2.2.0.tar.gz", hash = "sha256:e9e6a8391795d5faab877183c025451c82905ea94b7a0d5eb4aca29ea136499f"}, - {file = "wagtail_cache-2.2.0-py3-none-any.whl", hash = "sha256:a231bc3941eb3ce3e8c73b9aea5d9a54e2f580009a0c87bf86ac59a6545a9609"}, + {file = "wagtail-cache-2.3.0.tar.gz", hash = "sha256:fbb0c04f8238ed688b5f58ad8644366d017d0ebdcaf84d12be33ad85624f0a25"}, + {file = "wagtail_cache-2.3.0-py3-none-any.whl", hash = "sha256:3d4fd0c6f8b5fc30e6a110ebe4e4a144df72a011fb79703e601a753895fc0713"}, ] [package.dependencies] -wagtail = ">=3.0,<5.0" +wagtail = ">=3.0,<6" [[package]] name = "wagtail-font-awesome-svg" @@ -2092,4 +2092,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.10" -content-hash = "a011c2a844a3519f1fd84f0968028d8e0d5e12ec43a0be2965632f6c39994fde" +content-hash = "6a6c1dc8c42b1424bb22a01e5a21c0d2176b9b190d354d5589e20fcb1ee50234" diff --git a/app/pyproject.toml b/app/pyproject.toml index e2d06a45..ccba7518 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -26,7 +26,7 @@ psycopg2-binary = "*" toml = "*" wagtail = "^4.2" wagtail-autocomplete = "^0.9.0" -wagtail-cache = "^2.2.0" +wagtail-cache = "^2.3.0" whitenoise = "*" ipdb = "^0.13.9" wagtail-font-awesome-svg = "^0.0.3"