aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2020-01-05 12:51:58 +0100
committerGravatar GitHub <[email protected]>2020-01-05 12:51:58 +0100
commit94722be22ccc4fd075c43414d6769483ad38c920 (patch)
treef8e184dff8ed27331fec1b6c6e8a27009782e1d0 /Pipfile
parentUse a static discord shield on the readme. (diff)
parentBump django from 2.2.6 to 2.2.8 (diff)
Merge pull request #315 from python-discord/dependabot/pip/django-2.2.8
Bump django from 2.2.6 to 2.2.8
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index cb5776e0..c765d557 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true
[packages]
-django = "~=2.2.0"
+django = "~=2.2.8"
django-crispy-forms = "~=1.7.2"
django-environ = "~=0.4.5"
django-filter = "~=2.1.0"