diff --git a/src/poetry.lock b/src/poetry.lock index 2293c3e..0f5449c 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -590,19 +590,19 @@ dev = ["black", "click", "flake8", "parameterized", "pytest", "pytest-cov", "twi [[package]] name = "whitenoise" -version = "6.6.0" +version = "6.8.2" description = "Radically simplified static file serving for WSGI applications" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" 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.8.2-py3-none-any.whl", hash = "sha256:df12dce147a043d1956d81d288c6f0044147c6d2ab9726e5772ac50fb45d2280"}, + {file = "whitenoise-6.8.2.tar.gz", hash = "sha256:486bd7267a375fa9650b136daaec156ac572971acc8bf99add90817a530dd1d4"}, ] [package.extras] -brotli = ["Brotli"] +brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fd8573ae94750f1e9e21abaefc89745f4749249600fd91b4b197faafd80606a6" +content-hash = "24babb7e5727df8bf9b9f4ec55aa66e0619a40c01e10a40e4fb128d6583ad223" diff --git a/src/pyproject.toml b/src/pyproject.toml index 9ce9aa6..b721fde 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.10" django = ">=4.2,<4.3" djangorestframework = "^3.14.0" django-cors-headers = "^4.3.1" -whitenoise = "^6.6.0" +whitenoise = "^6.8.2" python-decouple = "^3.8" gunicorn = "^22.0.0" wait-for-it = "^2.2.2"