diff --git a/poetry.lock b/poetry.lock index f6612a6..6c046ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -821,11 +821,11 @@ python-versions = "*" [[package]] name = "whitenoise" -version = "4.1.4" +version = "6.2.0" description = "Radically simplified static file serving for WSGI applications" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.7" [package.extras] brotli = ["brotli"] @@ -845,7 +845,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "78fde3d2caee7f3e31d5f55bbdeaec01bae0483e417c8022a7cd7e6e29673679" +content-hash = "7917ddbfbfe537f543d61ee70cc86803e5c0d59e07b47fae0c9a788110119e42" [metadata.files] attrs = [] @@ -1146,8 +1146,5 @@ urllib3 = [] uwsgi = [ {file = "uwsgi-2.0.20.tar.gz", hash = "sha256:88ab9867d8973d8ae84719cf233b7dafc54326fcaec89683c3f9f77c002cdff9"}, ] -whitenoise = [ - {file = "whitenoise-4.1.4-py2.py3-none-any.whl", hash = "sha256:6dfea214b7c12efd689007abf9afa87a426586e9dbc051873ad2c8e535e2a1ac"}, - {file = "whitenoise-4.1.4.tar.gz", hash = "sha256:22f79cf8f1f509639330f93886acaece8ec5ac5e9600c3b981d33c34e8a42dfd"}, -] +whitenoise = [] zipp = [] diff --git a/pyproject.toml b/pyproject.toml index f05c461..a888c07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ django-import-export = "^0.7.0" openpyxl = "^2.6.4" django-app-namespace-template-loader = "^0.4.1" django-filter = "^2.0.0" -whitenoise = "^4.1.4" +whitenoise = "^6.2.0" jsonschema = "^3.2.0" Markdown = "^3.2.2" uWSGI = "^2.0.18"