aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-08-19 02:52:05 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-09-30 18:48:00 +0400
commit8f6d63cc15ede60ad77a998e6457afcf776e50f1 (patch)
tree15b811a5615b6a02a556087ebbfd3c35d1355496
parentBump Coverage (diff)
Bump Developer Dependencies
Most of these bumps are just locking to exact versions since the latest version for most packages were already within the allowed range. flake8-bandit had to be disabled temporarily as it is currently broken for the latest version of flake8. The PR fixing the issue is linked, and it can be re-enabled when a new version is available. Signed-off-by: Hassan Abouelela <[email protected]>
-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"]