diff options
author | Cody Hiar <cody@hiar.ca> | 2019-08-19 13:05:22 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2019-08-19 13:05:22 -0600 |
commit | 4243f539c37fd9926aa0a6c6f18b3cee1c9d17e3 (patch) | |
tree | dbd11267ca99ba28fe52bec0e95194c2b7101eaa | |
parent | 7a6d92eef5e992915946b58b5818a2b65791392e (diff) |
Updating python requirements
-rw-r--r-- | py3_requirements.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/py3_requirements.txt b/py3_requirements.txt index eb77616..aa185a0 100644 --- a/py3_requirements.txt +++ b/py3_requirements.txt @@ -1,12 +1,12 @@ ansible-lint==3.5.1 -black==18.9b -flake8==3.5.0 -flake8-bugbear==18.8.0 -flake8-docstrings==1.3.0 -flake8-isort==2.5.0 -isort==4.3.4 +black==19.3b0 +flake8==3.7.8 +flake8-bugbear==19.8.0 +flake8-docstrings==1.3.1 +flake8-isort==2.7.0 +isort==4.3.21 jedi==0.13.2 -mypy==0.650 +mypy==0.720 neovim==0.2.6 -pep8-naming==0.7.0 -pep257==0.7.0 +pep8-naming==0.8.2 +pydocstyle==3.0.0 |