aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
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 /pyproject.toml
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]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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]