diff --git a/poetry.lock b/poetry.lock index 431492d3..0057f24f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1919,13 +1919,13 @@ files = [ [[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] @@ -1944,4 +1944,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0f039a3901227a62b3d77803c8ee070bfb74d832f6accca10598c8851753a2b7" +content-hash = "fa392e38f6f05cca26740f5a9cd612fdf385df178f3d28dabd5cdb6df4d53fb7" diff --git a/pyproject.toml b/pyproject.toml index 18e4b494..660bb046 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ django-environ = "^0.11.2" django-money = "^3.1.0" python-redmine = "^2.5.0" sentry-sdk = "^1.45.0" -whitenoise = "^6.5.0" +whitenoise = "^6.6.0" django-hurricane = "^1.5.0" openpyxl = "3.0.10" # TODO: dependency of `pyexcel-xlsx` Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved.