diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2020-08-24 21:42:17 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2020-08-24 21:42:17 -0700 |
| commit | 86bf35f4972b099fcd145832cec7f4196c999318 (patch) | |
| tree | 7f5c3d3b028bc4c5dee5de95a8118707a0819560 /pyproject.toml | |
| parent | 1d416baf79e6c341c2853f2880fa920a6e688c16 (diff) | |
| download | isort-dev-req-refresh.tar.gz | |
Update development dependenciesdev-req-refresh
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pyproject.toml b/pyproject.toml index 72ce030a..f015eea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,17 +50,17 @@ requirements_deprecated_finder = ["pipreqs", "pip-api"] colors = ["colorama"] [tool.poetry.dev-dependencies] -vulture = "^1.0" +vulture = "^2.1" bandit = "^1.6" -safety = "^1.8" -flake8-bugbear = "^19.8" +safety = "^1.9" +flake8-bugbear = "^20.1.4" black = {version = "^19.10b0", allow-prereleases = true} -mypy = "^0.761.0" +mypy = "^0.780.0" ipython = "^7.7" -pytest = "^5.0" -pytest-cov = "^2.7" -pytest-mock = "^1.10" -pep8-naming = "^0.8.2" +pytest = "^6.0.1" +pytest-cov = "^2.10.1" +pytest-mock = "^3.3.0" +pep8-naming = "^0.11.1" hypothesis-auto = { version = "^1.0.0" } hypothesmith = "^0.1.3" examples = { version = "^1.0.0" } |
