aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-02-20 23:15:42 +1000
committerGravatar scragly <[email protected]>2020-02-20 23:15:42 +1000
commit4919bb955fa3804e21084f0c451171b7779f2993 (patch)
tree77442c3859bf921901aa4b7053b2c25eca70124d /Pipfile
parentChange to explicit logs, remove logmatic. (diff)
Update flake8-annotations to v2.0.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 7e63bde66..11d5e7deb 100644
--- a/Pipfile
+++ b/Pipfile
@@ -22,7 +22,7 @@ urllib3 = ">=1.24.2,<1.25"
[dev-packages]
coverage = "~=4.5"
flake8 = "~=3.7"
-flake8-annotations = "~=1.1"
+flake8-annotations = "~=2.0"
flake8-bugbear = "~=19.8"
flake8-docstrings = "~=1.4"
flake8-import-order = "~=0.18"