aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-11-11 19:55:47 +1000
committerGravatar GitHub <[email protected]>2019-11-11 19:55:47 +1000
commitafc014eb52b1b9d05753c8722965b6646738639a (patch)
tree7c23f42a1d6371e4b0069564bf132538909e64e2 /Pipfile
parentMerge branch 'master' into allauth-user-settings (diff)
parentMerge pull request #278 from python-discord/active-infractions-validation (diff)
Merge branch 'master' into allauth-user-settings
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Pipfile b/Pipfile
index c7d0d766..f136a328 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true
[packages]
-django = "~=2.2"
+django = "~=2.2.0"
django-crispy-forms = "~=1.7.2"
django-environ = "~=0.4.5"
django-filter = "~=2.1.0"
@@ -26,8 +26,8 @@ django-allauth = "~=0.40"
[dev-packages]
coverage = "~=4.5.3"
flake8 = "~=3.7"
-flake8-annotations = "~=1.0"
-flake8-bandit = "==1.0.2"
+flake8-annotations = "~=1.1"
+flake8-bandit = "~=2.1"
flake8-bugbear = "~=19.8"
flake8-docstrings = "~=1.4"
flake8-import-order = "~=0.18"