diff options
author | 2023-02-27 15:25:15 -0800 | |
---|---|---|
committer | 2023-02-27 15:25:15 -0800 | |
commit | 94bd6e01b40e94f8c2bdafe26ccb0ba725734635 (patch) | |
tree | 76c7bf40acf0a4b07bab09e0fd7c9c663879bbc8 | |
parent | Merge pull request #889 from python-discord/dependabot/github_actions/coveral... (diff) | |
parent | Merge branch 'main' into dependabot/pip/whitenoise-6.4.0 (diff) |
Merge pull request #887 from python-discord/dependabot/pip/whitenoise-6.4.0
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 19880b8f..0595354f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1477,14 +1477,14 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 [[package]] name = "whitenoise" -version = "6.3.0" +version = "6.4.0" description = "Radically simplified static file serving for WSGI applications" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "whitenoise-6.3.0-py3-none-any.whl", hash = "sha256:cf8ecf56d86ba1c734fdb5ef6127312e39e92ad5947fef9033dc9e43ba2777d9"}, - {file = "whitenoise-6.3.0.tar.gz", hash = "sha256:fe0af31504ab08faa1ec7fc02845432096e40cc1b27e6a7747263d7b30fb51fa"}, + {file = "whitenoise-6.4.0-py3-none-any.whl", hash = "sha256:599dc6ca57e48929dfeffb2e8e187879bfe2aed0d49ca419577005b7f2cc930b"}, + {file = "whitenoise-6.4.0.tar.gz", hash = "sha256:a02d6660ad161ff17e3042653c8e3f5ecbb2a2481a006bde125b9efb9a30113a"}, ] [package.extras] @@ -1493,4 +1493,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "2854cf982fdf65696477f92535e7c1368de2a3a4543fa2b7e3eac4b34657c3c2" +content-hash = "81295462f4c0899f25793c1d5f5a1af787d255af780766616e198d10b33b2f0a" diff --git a/pyproject.toml b/pyproject.toml index b4d9deda..ca2b1d09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ django-filter = "22.1" djangorestframework = "3.14.0" psycopg2-binary = "2.9.5" django-simple-bulma = "2.5.0" -whitenoise = "6.3.0" +whitenoise = "6.4.0" httpx = "0.23.3" pyyaml = "6.0" gunicorn = "20.1.0" |