diff --git a/poetry.lock b/poetry.lock index 28a41403ba..88c54f41aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1188,13 +1188,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [[package]] name = "whitenoise" -version = "6.5.0" +version = "6.6.0" description = "Radically simplified static file serving for WSGI applications" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "whitenoise-6.5.0-py3-none-any.whl", hash = "sha256:16468e9ad2189f09f4a8c635a9031cc9bb2cdbc8e5e53365407acf99f7ade9ec"}, - {file = "whitenoise-6.5.0.tar.gz", hash = "sha256:15fe60546ac975b58e357ccaeb165a4ca2d0ab697e48450b8f0307ca368195a8"}, + {file = "whitenoise-6.6.0-py3-none-any.whl", hash = "sha256:b1f9db9bf67dc183484d760b99f4080185633136a273a03f6436034a41064146"}, + {file = "whitenoise-6.6.0.tar.gz", hash = "sha256:8998f7370973447fac1e8ef6e8ded2c5209a7b1f67c1012866dbcd09681c3251"}, ] [package.extras] @@ -1203,4 +1203,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "9e4246adf182288c9bd9f29f0043a7d69f84383bc0d361a5161abb45a3cdbaeb" +content-hash = "11b701ed8f3fd9244119a9b950af52e740b996371773635aec26ccf869a35977" diff --git a/pyproject.toml b/pyproject.toml index 05df8e7d68..345595d264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pymdown-extensions = "10.3" python-frontmatter = "1.0.0" pyyaml = "6.0.1" sentry-sdk = "1.31.0" -whitenoise = "6.5.0" +whitenoise = "6.6.0" psycopg = {extras = ["binary"], version = "3.1.12"} [tool.poetry.group.dev.dependencies]