From d79726f500255b1a8042a1bf379719fe7a506b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:16:33 +0900 Subject: [PATCH] Bump whitenoise from 6.6.0 to 6.7.0 (#156) 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 3a9873a..9b599e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1605,19 +1605,19 @@ files = [ [[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"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "aadb6081ec22181c40a2bcb4ca0a6f53582e4cf29cb432cde387e70def318d9b" +content-hash = "3ea94df5d6e49c9c54153582c439afeb73895e1c44000a9097639b12fd58ea85" diff --git a/pyproject.toml b/pyproject.toml index 74164d5..094e42d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ uvloop = {version = "^0.19.0", markers = 'sys_platform != "win32"'} # optional psycopg2-binary = "^2.9.5" # you don't need whitenoise if you mount the django APP with FastAPI -whitenoise = "^6.2.0" +whitenoise = "^6.7.0" [tool.poetry.group.dev.dependencies] django-stubs = {extras = ["compatible-mypy"], version = "^5.0"}