diff options
author | 2020-03-04 18:52:04 -0800 | |
---|---|---|
committer | 2020-03-04 18:52:04 -0800 | |
commit | 489b3d7b0153c1ff82c193ebfd3863859f885ed8 (patch) | |
tree | 9257afda2b6e9d5c97f8cb4cf8a27cfd072cbbc1 /Pipfile | |
parent | Merge pull request #304 from python-discord/deleted-messages-visible-line-end... (diff) |
Update dev dependencies
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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" |