diff options
author | 2024-06-20 17:16:36 +0200 | |
---|---|---|
committer | 2024-06-20 17:16:36 +0200 | |
commit | 69f7411f1d2feaa77a51cca4812f7700b05ca0a6 (patch) | |
tree | 867d71eda40a2399e9a1083583db5a3c76d4911f /pyproject.toml | |
parent | Merge pull request #1347 from python-discord/dependabot/pip/sentry-sdk-2.6.0 (diff) | |
parent | Bump whitenoise from 6.6.0 to 6.7.0 (diff) |
Merge pull request #1346 from python-discord/dependabot/pip/whitenoise-6.7.0
Bump whitenoise from 6.6.0 to 6.7.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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] |