diff options
| author | 2023-07-11 20:58:51 +0100 | |
|---|---|---|
| committer | 2023-07-11 20:58:51 +0100 | |
| commit | 819e9c1204af2abe475e7d1ed45bde99c86bca08 (patch) | |
| tree | c6ad213dae0ca93efc33b3054e788ac7ac0da225 /pyproject.toml | |
| parent | Drop redirect usage from URL references (#1016) (diff) | |
| parent | Fix warning ignore (diff) | |
Merge pull request #999 from python-discord/dependabot/pip/whitenoise-6.5.0
Bump whitenoise from 6.4.0 to 6.5.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 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]  |