diff --git a/src/poetry.lock b/src/poetry.lock index 2293c3e..cce8038 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "asgiref" @@ -590,19 +590,19 @@ dev = ["black", "click", "flake8", "parameterized", "pytest", "pytest-cov", "twi [[package]] name = "whitenoise" -version = "6.6.0" +version = "6.7.0" description = "Radically simplified static file serving for WSGI applications" optional = false python-versions = ">=3.8" 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.7.0-py3-none-any.whl", hash = "sha256:a1ae85e01fdc9815d12fa33f17765bc132ed2c54fa76daf9e39e879dd93566f6"}, + {file = "whitenoise-6.7.0.tar.gz", hash = "sha256:58c7a6cd811e275a6c91af22e96e87da0b1109e9a53bb7464116ef4c963bf636"}, ] [package.extras] -brotli = ["Brotli"] +brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fd8573ae94750f1e9e21abaefc89745f4749249600fd91b4b197faafd80606a6" +content-hash = "36fa480e742ce0dc592a053edaf9eaf09217c068c737b12fd8135c79c7156926" diff --git a/src/pyproject.toml b/src/pyproject.toml index 9ce9aa6..d505544 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.7.0" python-decouple = "^3.8" gunicorn = "^22.0.0" wait-for-it = "^2.2.2"