Update whitenoise

This commit is contained in:
Aarni Halinen
2022-08-01 21:15:08 +03:00
parent 04ecb8fc7e
commit a28f82d31e
2 changed files with 5 additions and 8 deletions
Generated
+4 -7
View File
@@ -821,11 +821,11 @@ python-versions = "*"
[[package]] [[package]]
name = "whitenoise" name = "whitenoise"
version = "4.1.4" version = "6.2.0"
description = "Radically simplified static file serving for WSGI applications" description = "Radically simplified static file serving for WSGI applications"
category = "main" category = "main"
optional = false optional = false
python-versions = "*" python-versions = ">=3.7"
[package.extras] [package.extras]
brotli = ["brotli"] brotli = ["brotli"]
@@ -845,7 +845,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "78fde3d2caee7f3e31d5f55bbdeaec01bae0483e417c8022a7cd7e6e29673679" content-hash = "7917ddbfbfe537f543d61ee70cc86803e5c0d59e07b47fae0c9a788110119e42"
[metadata.files] [metadata.files]
attrs = [] attrs = []
@@ -1146,8 +1146,5 @@ urllib3 = []
uwsgi = [ uwsgi = [
{file = "uwsgi-2.0.20.tar.gz", hash = "sha256:88ab9867d8973d8ae84719cf233b7dafc54326fcaec89683c3f9f77c002cdff9"}, {file = "uwsgi-2.0.20.tar.gz", hash = "sha256:88ab9867d8973d8ae84719cf233b7dafc54326fcaec89683c3f9f77c002cdff9"},
] ]
whitenoise = [ whitenoise = []
{file = "whitenoise-4.1.4-py2.py3-none-any.whl", hash = "sha256:6dfea214b7c12efd689007abf9afa87a426586e9dbc051873ad2c8e535e2a1ac"},
{file = "whitenoise-4.1.4.tar.gz", hash = "sha256:22f79cf8f1f509639330f93886acaece8ec5ac5e9600c3b981d33c34e8a42dfd"},
]
zipp = [] zipp = []
+1 -1
View File
@@ -26,7 +26,7 @@ django-import-export = "^0.7.0"
openpyxl = "^2.6.4" openpyxl = "^2.6.4"
django-app-namespace-template-loader = "^0.4.1" django-app-namespace-template-loader = "^0.4.1"
django-filter = "^2.0.0" django-filter = "^2.0.0"
whitenoise = "^4.1.4" whitenoise = "^6.2.0"
jsonschema = "^3.2.0" jsonschema = "^3.2.0"
Markdown = "^3.2.2" Markdown = "^3.2.2"
uWSGI = "^2.0.18" uWSGI = "^2.0.18"