diff options
author | 2023-10-11 23:07:13 -0700 | |
---|---|---|
committer | 2023-10-11 23:07:13 -0700 | |
commit | 0168c20f7925166bf5ad4f981839b837468742b2 (patch) | |
tree | 46fd3dee126c99cf3fc1b5b8fd59ea995e5d7c34 | |
parent | Merge pull request #1123 from python-discord/dependabot/pip/sentry-sdk-1.32.0 (diff) | |
parent | Bump whitenoise from 6.5.0 to 6.6.0 (diff) |
Merge pull request #1124 from python-discord/dependabot/pip/whitenoise-6.6.0
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index ca3ea44f..7c50a2cf 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 230b8703..0a3547ca 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] |