From 9ba9fc31bc09c4edad3e033bda32990a8e10cc1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 00:09:57 +0000 Subject: [PATCH] Bump whitenoise from 6.4.0 to 6.5.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.4.0 to 6.5.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.4.0...6.5.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c6d38560..9a3b9a29 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1481,13 +1481,13 @@ files = [ [[package]] name = "whitenoise" -version = "6.4.0" +version = "6.5.0" description = "Radically simplified static file serving for WSGI applications" optional = false python-versions = ">=3.7" files = [ - {file = "whitenoise-6.4.0-py3-none-any.whl", hash = "sha256:599dc6ca57e48929dfeffb2e8e187879bfe2aed0d49ca419577005b7f2cc930b"}, - {file = "whitenoise-6.4.0.tar.gz", hash = "sha256:a02d6660ad161ff17e3042653c8e3f5ecbb2a2481a006bde125b9efb9a30113a"}, + {file = "whitenoise-6.5.0-py3-none-any.whl", hash = "sha256:16468e9ad2189f09f4a8c635a9031cc9bb2cdbc8e5e53365407acf99f7ade9ec"}, + {file = "whitenoise-6.5.0.tar.gz", hash = "sha256:15fe60546ac975b58e357ccaeb165a4ca2d0ab697e48450b8f0307ca368195a8"}, ] [package.extras] @@ -1525,4 +1525,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a590c9c7ea9e41a8f9260ccb6eec39137c238cf9e0baa821410de7185dd94c9c" +content-hash = "1466cc6e5a026be1e2716ea92119f77840c118c79da09efcc156bd7173d50a2e" diff --git a/pyproject.toml b/pyproject.toml index 656fac5f..779f591c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ wagtailmedia = "^0.13.0" wagtail-markdown = "^0.10" wagtail-factories = "^4.0.0" wagtail-storages = "^1.0.0rc1" -whitenoise = "^6.4.0" +whitenoise = "^6.5.0" [tool.poetry.dev-dependencies] black = "^23"