diff options
author | 2023-02-27 15:25:15 -0800 | |
---|---|---|
committer | 2023-02-27 15:25:15 -0800 | |
commit | 94bd6e01b40e94f8c2bdafe26ccb0ba725734635 (patch) | |
tree | 76c7bf40acf0a4b07bab09e0fd7c9c663879bbc8 /poetry.lock | |
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
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 8 |
1 files changed, 4 insertions, 4 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" |