diff options
author | 2023-02-27 15:25:15 -0800 | |
---|---|---|
committer | 2023-02-27 15:25:15 -0800 | |
commit | 94bd6e01b40e94f8c2bdafe26ccb0ba725734635 (patch) | |
tree | 76c7bf40acf0a4b07bab09e0fd7c9c663879bbc8 /pyproject.toml | |
parent | Merge pull request #889 from python-discord/dependabot/github_actions/coveral... (diff) | |
parent | Merge branch 'main' into dependabot/pip/whitenoise-6.4.0 (diff) |
Merge pull request #887 from python-discord/dependabot/pip/whitenoise-6.4.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 b4d9deda..ca2b1d09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ django-filter = "22.1" djangorestframework = "3.14.0" psycopg2-binary = "2.9.5" django-simple-bulma = "2.5.0" -whitenoise = "6.3.0" +whitenoise = "6.4.0" httpx = "0.23.3" pyyaml = "6.0" gunicorn = "20.1.0" |