aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile18
1 files changed, 9 insertions, 9 deletions
diff --git a/Pipfile b/Pipfile
index 3327d72e..7d71d58e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -24,20 +24,20 @@ django-allauth = "~=0.40"
sentry-sdk = "~=0.14"
[dev-packages]
-coverage = "~=4.5.3"
+coverage = "~=5.0"
flake8 = "~=3.7"
-flake8-annotations = "~=1.1"
+flake8-annotations = "~=2.0"
flake8-bandit = "~=2.1"
-flake8-bugbear = "~=19.8"
-flake8-docstrings = "~=1.4"
+flake8-bugbear = "~=20.1"
+flake8-docstrings = "~=1.5"
flake8-import-order = "~=0.18"
-flake8-string-format = "~=0.2"
-flake8-tidy-imports = "~=2.0"
+flake8-string-format = "~=0.3"
+flake8-tidy-imports = "~=4.0"
flake8-todo = "~=0.7"
mccabe = "~=0.6.1"
-pep8-naming = "~=0.8.2"
-pre-commit = "~=1.18"
-unittest-xml-reporting = "~=2.5.1"
+pep8-naming = "~=0.9"
+pre-commit = "~=2.1"
+unittest-xml-reporting = "~=3.0"
[requires]
python_version = "3.7"