diff options
author | 2023-07-11 06:37:40 +0000 | |
---|---|---|
committer | 2023-07-11 21:55:39 +0200 | |
commit | bb041100fdcfc2ce268dcc0120e9324e4ec640fb (patch) | |
tree | 8e2c03a96fe5cc7f2507f5bfdaf36f5f12885d2c /poetry.lock | |
parent | Drop redirect usage from URL references (#1016) (diff) |
Bump whitenoise from 6.4.0 to 6.5.0
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.4.0 to 6.5.0.
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/6.4.0...6.5.0)
---
updated-dependencies:
- dependency-name: whitenoise
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 cbbc35e7..9679e9f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1153,13 +1153,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [[package]] name = "whitenoise" -version = "6.4.0" +version = "6.5.0" description = "Radically simplified static file serving for WSGI applications" optional = false python-versions = ">=3.7" files = [ - {file = "whitenoise-6.4.0-py3-none-any.whl", hash = "sha256:599dc6ca57e48929dfeffb2e8e187879bfe2aed0d49ca419577005b7f2cc930b"}, - {file = "whitenoise-6.4.0.tar.gz", hash = "sha256:a02d6660ad161ff17e3042653c8e3f5ecbb2a2481a006bde125b9efb9a30113a"}, + {file = "whitenoise-6.5.0-py3-none-any.whl", hash = "sha256:16468e9ad2189f09f4a8c635a9031cc9bb2cdbc8e5e53365407acf99f7ade9ec"}, + {file = "whitenoise-6.5.0.tar.gz", hash = "sha256:15fe60546ac975b58e357ccaeb165a4ca2d0ab697e48450b8f0307ca368195a8"}, ] [package.extras] @@ -1168,4 +1168,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "dd091c730ed0d89347ccc5bb92f181f1da81ea710d7cfec33d774a138f6f9f1d" +content-hash = "fcfdd26d01811190d1d00273ee3a003459c11ed6d02e49eae28678bf58008a03" |