aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-01-14 09:50:56 -0800
committerGravatar GitHub <[email protected]>2023-01-14 09:50:56 -0800
commit58ef0e327f7a956a4d7220fa9e652bf01488befa (patch)
tree177421911094c2311b5a3f456fa79a5e38fee6be /pyproject.toml
parentMerge pull request #827 from python-discord/dependabot/pip/django-4.1.5 (diff)
parentBump whitenoise from 6.2.0 to 6.3.0 (diff)
Merge pull request #828 from python-discord/dependabot/pip/whitenoise-6.3.0
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 712d6057..5bfce81b 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.2.0"
+whitenoise = "6.3.0"
httpx = "0.23.3"
pyyaml = "6.0"
gunicorn = "20.1.0"