diff options
author | 2019-11-11 19:55:47 +1000 | |
---|---|---|
committer | 2019-11-11 19:55:47 +1000 | |
commit | afc014eb52b1b9d05753c8722965b6646738639a (patch) | |
tree | 7c23f42a1d6371e4b0069564bf132538909e64e2 /Pipfile | |
parent | Merge branch 'master' into allauth-user-settings (diff) | |
parent | Merge pull request #278 from python-discord/active-infractions-validation (diff) |
Merge branch 'master' into allauth-user-settings
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |