aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 135ac373..8110af6b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1257,13 +1257,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[[package]]
name = "whitenoise"
-version = "6.8.2"
+version = "6.9.0"
description = "Radically simplified static file serving for WSGI applications"
optional = false
python-versions = ">=3.9"
files = [
- {file = "whitenoise-6.8.2-py3-none-any.whl", hash = "sha256:df12dce147a043d1956d81d288c6f0044147c6d2ab9726e5772ac50fb45d2280"},
- {file = "whitenoise-6.8.2.tar.gz", hash = "sha256:486bd7267a375fa9650b136daaec156ac572971acc8bf99add90817a530dd1d4"},
+ {file = "whitenoise-6.9.0-py3-none-any.whl", hash = "sha256:c8a489049b7ee9889617bb4c274a153f3d979e8f51d2efd0f5b403caf41c57df"},
+ {file = "whitenoise-6.9.0.tar.gz", hash = "sha256:8c4a7c9d384694990c26f3047e118c691557481d624f069b7f7752a2f735d609"},
]
[package.extras]
@@ -1272,4 +1272,4 @@ brotli = ["brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "c6bc1940e0d83803e82791f40553a379b90e379353266fb7dc40a0836cbd23ab"
+content-hash = "8240d5b438109595fecd402d80857459163ed3da29bb27514fe4b263bb106763"
diff --git a/pyproject.toml b/pyproject.toml
index 69341390..82e81403 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,7 +25,7 @@ pymdown-extensions = "10.14.3"
python-frontmatter = "1.1.0"
pyyaml = "6.0.2"
sentry-sdk = "2.20.0"
-whitenoise = "6.8.2"
+whitenoise = "6.9.0"
[tool.poetry.group.dev.dependencies]
python-dotenv = "1.0.1"