diff options
Diffstat (limited to '')
| -rw-r--r-- | poetry.lock | 8 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/poetry.lock b/poetry.lock index cbbc35e7..9679e9f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1153,13 +1153,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess  [[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] @@ -1168,4 +1168,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "dd091c730ed0d89347ccc5bb92f181f1da81ea710d7cfec33d774a138f6f9f1d" +content-hash = "fcfdd26d01811190d1d00273ee3a003459c11ed6d02e49eae28678bf58008a03" diff --git a/pyproject.toml b/pyproject.toml index 6251df24..17771b5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pymdown-extensions = "10.0.1"  python-frontmatter = "1.0.0"  pyyaml = "6.0"  sentry-sdk = "1.28.0" -whitenoise = "6.4.0" +whitenoise = "6.5.0"  psycopg = {extras = ["binary"], version = "3.1.9"}  [tool.poetry.group.dev.dependencies] | 
