summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml16
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" }