From 2813ad7b00206476960ac0c8c335b8a198e0fef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 06:05:18 +0000 Subject: [PATCH] Bump whitenoise from 6.5.0 to 6.6.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.5.0 to 6.6.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.5.0...6.6.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ca3ea44ff..7c50a2cf9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1188,13 +1188,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [[package]] name = "whitenoise" -version = "6.5.0" +version = "6.6.0" description = "Radically simplified static file serving for WSGI applications" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "whitenoise-6.5.0-py3-none-any.whl", hash = "sha256:16468e9ad2189f09f4a8c635a9031cc9bb2cdbc8e5e53365407acf99f7ade9ec"}, - {file = "whitenoise-6.5.0.tar.gz", hash = "sha256:15fe60546ac975b58e357ccaeb165a4ca2d0ab697e48450b8f0307ca368195a8"}, + {file = "whitenoise-6.6.0-py3-none-any.whl", hash = "sha256:b1f9db9bf67dc183484d760b99f4080185633136a273a03f6436034a41064146"}, + {file = "whitenoise-6.6.0.tar.gz", hash = "sha256:8998f7370973447fac1e8ef6e8ded2c5209a7b1f67c1012866dbcd09681c3251"}, ] [package.extras] @@ -1203,4 +1203,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "3c0ceb3a6f6d1498b960d4f51832ec1820d56371da4af6dcf2397c76a77eb53a" +content-hash = "9f21f89cb83c600ce9635e79e35cb7382f60f633a496276b86c24a9e12665a4a" diff --git a/pyproject.toml b/pyproject.toml index 230b8703d..0a3547ca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pymdown-extensions = "10.3" python-frontmatter = "1.0.0" pyyaml = "6.0.1" sentry-sdk = "1.32.0" -whitenoise = "6.5.0" +whitenoise = "6.6.0" psycopg = {extras = ["binary"], version = "3.1.12"} [tool.poetry.group.dev.dependencies]