aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-20 15:12:25 +0000
committerGravatar GitHub <[email protected]>2024-06-20 15:12:25 +0000
commitb0b80bf14bd8942e0e61a456c1cfb948ed5e2255 (patch)
tree867d71eda40a2399e9a1083583db5a3c76d4911f
parentMerge pull request #1347 from python-discord/dependabot/pip/sentry-sdk-2.6.0 (diff)
Bump whitenoise from 6.6.0 to 6.7.0
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.6.0 to 6.7.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.6.0...6.7.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock11
-rw-r--r--pyproject.toml2
2 files changed, 7 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index 10e8dcc4..24d99010 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1037,6 +1037,7 @@ optional = false
python-versions = ">=3.6"
files = [
{file = "sentry_sdk-2.6.0-py2.py3-none-any.whl", hash = "sha256:422b91cb49378b97e7e8d0e8d5a1069df23689d45262b86f54988a7db264e874"},
+ {file = "sentry_sdk-2.6.0.tar.gz", hash = "sha256:65cc07e9c6995c5e316109f138570b32da3bd7ff8d0d0ee4aaf2628c3dd8127d"},
]
[package.dependencies]
@@ -1209,19 +1210,19 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[[package]]
name = "whitenoise"
-version = "6.6.0"
+version = "6.7.0"
description = "Radically simplified static file serving for WSGI applications"
optional = false
python-versions = ">=3.8"
files = [
- {file = "whitenoise-6.6.0-py3-none-any.whl", hash = "sha256:b1f9db9bf67dc183484d760b99f4080185633136a273a03f6436034a41064146"},
- {file = "whitenoise-6.6.0.tar.gz", hash = "sha256:8998f7370973447fac1e8ef6e8ded2c5209a7b1f67c1012866dbcd09681c3251"},
+ {file = "whitenoise-6.7.0-py3-none-any.whl", hash = "sha256:a1ae85e01fdc9815d12fa33f17765bc132ed2c54fa76daf9e39e879dd93566f6"},
+ {file = "whitenoise-6.7.0.tar.gz", hash = "sha256:58c7a6cd811e275a6c91af22e96e87da0b1109e9a53bb7464116ef4c963bf636"},
]
[package.extras]
-brotli = ["Brotli"]
+brotli = ["brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "7f860defd42f226db0c485f93164ea0358aa5e550a5d5753741e4f0cade4ac91"
+content-hash = "850c810f02069049c7321667e90ebe0efbc90617b88806b12523634770df2298"
diff --git a/pyproject.toml b/pyproject.toml
index 3450ab71..8f9aef8b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@ pymdown-extensions = "10.8.1"
python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
sentry-sdk = "2.6.0"
-whitenoise = "6.6.0"
+whitenoise = "6.7.0"
psycopg = {extras = ["binary"], version = "3.1.19"}
[tool.poetry.group.dev.dependencies]