diff options
author | 2023-10-11 23:07:13 -0700 | |
---|---|---|
committer | 2023-10-11 23:07:13 -0700 | |
commit | 0168c20f7925166bf5ad4f981839b837468742b2 (patch) | |
tree | 46fd3dee126c99cf3fc1b5b8fd59ea995e5d7c34 /pyproject.toml | |
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
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 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] |