From 31224b20c11f904a92ae3d9affbc15974afda6a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:51:35 +0100 Subject: [PATCH] Bump whitenoise from 6.6.0 to 6.7.0 (#468) Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.6.0 to 6.7.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.6.0...6.7.0) --- updated-dependencies: - dependency-name: whitenoise 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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index cff73b95..025a0246 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2774,17 +2774,17 @@ test = ["websockets"] [[package]] name = "whitenoise" -version = "6.6.0" +version = "6.7.0" description = "Radically simplified static file serving for WSGI applications" optional = false python-versions = ">=3.8" files = [ - {file = "whitenoise-6.6.0-py3-none-any.whl", hash = "sha256:b1f9db9bf67dc183484d760b99f4080185633136a273a03f6436034a41064146"}, - {file = "whitenoise-6.6.0.tar.gz", hash = "sha256:8998f7370973447fac1e8ef6e8ded2c5209a7b1f67c1012866dbcd09681c3251"}, + {file = "whitenoise-6.7.0-py3-none-any.whl", hash = "sha256:a1ae85e01fdc9815d12fa33f17765bc132ed2c54fa76daf9e39e879dd93566f6"}, + {file = "whitenoise-6.7.0.tar.gz", hash = "sha256:58c7a6cd811e275a6c91af22e96e87da0b1109e9a53bb7464116ef4c963bf636"}, ] [package.extras] -brotli = ["Brotli"] +brotli = ["brotli"] [[package]] name = "wrapt" @@ -2985,4 +2985,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "81107777196e7919565a24e3c1e4ab61bb68cd59e8c6df3534eb1ce6ba73bdec" +content-hash = "572a1087ea2eb6cab8d753d7f254f1689a640d61bf396bc5d46a23e6bff83f3a" diff --git a/pyproject.toml b/pyproject.toml index 71a964a2..bae48538 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ django = "^5.0.7" django-prometheus = "^2.3.1" pyyaml = "^6.0.1" gunicorn = "^22.0.0" -whitenoise = "^6.6.0" +whitenoise = "^6.7.0" markdown = "^3.5.2" python-dotenv = "^1.0.1" markdown-headdown = "^0.1.3"