aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml30
1 files changed, 15 insertions, 15 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 408769aa..ec8091e4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,22 +26,22 @@ PyJWT = {version = "2.4.0", extras = ["crypto"]}
[tool.poetry.dev-dependencies]
coverage = "6.4.4"
-flake8 = "~=3.7"
-flake8-annotations = "~=2.0"
-flake8-bandit = "~=3.0"
-flake8-bugbear = "~=20.1"
-flake8-docstrings = "~=1.5"
-flake8-import-order = "~=0.18"
-flake8-string-format = "~=0.3"
-flake8-tidy-imports = "~=4.0"
-flake8-todo = "~=0.7"
-mccabe = "~=0.6.1"
-pep8-naming = "~=0.9"
-pre-commit = "~=2.1"
-pyfakefs = "~=4.5"
+flake8 = "5.0.4"
+flake8-annotations = "2.9.1"
+# flake8-bandit is broken at the moment with flake8 v5: https://github.com/tylerwince/flake8-bandit/pull/35
+# flake8-bandit = "3.0.0"
+flake8-bugbear = "22.7.1"
+flake8-docstrings = "1.6.0"
+flake8-import-order = "0.18.1"
+flake8-tidy-imports = "4.8.0"
+flake8-string-format = "0.3.0"
+flake8-todo = "0.7"
+pep8-naming = "0.13.1"
+pre-commit = "2.20.0"
+pyfakefs = "4.6.3"
coveralls = "3.3.1"
-taskipy = "~=1.7.0"
-python-dotenv = "~=0.17.1"
+taskipy = "1.10.2"
+python-dotenv = "0.20.0"
[build-system]
requires = ["poetry-core>=1.0.0"]