aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-11 06:37:40 +0000
committerGravatar Johannes Christ <[email protected]>2023-07-11 21:55:39 +0200
commitbb041100fdcfc2ce268dcc0120e9324e4ec640fb (patch)
tree8e2c03a96fe5cc7f2507f5bfdaf36f5f12885d2c /pyproject.toml
parentDrop 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 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6251df24..17771b5e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@ pymdown-extensions = "10.0.1"
python-frontmatter = "1.0.0"
pyyaml = "6.0"
sentry-sdk = "1.28.0"
-whitenoise = "6.4.0"
+whitenoise = "6.5.0"
psycopg = {extras = ["binary"], version = "3.1.9"}
[tool.poetry.group.dev.dependencies]