Skip to content

Commit 8f6d63c

Browse files
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]>
1 parent 6d9c7c0 commit 8f6d63c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ PyJWT = {version = "2.4.0", extras = ["crypto"]}
2626

2727
[tool.poetry.dev-dependencies]
2828
coverage = "6.4.4"
29-
flake8 = "~=3.7"
30-
flake8-annotations = "~=2.0"
31-
flake8-bandit = "~=3.0"
32-
flake8-bugbear = "~=20.1"
33-
flake8-docstrings = "~=1.5"
34-
flake8-import-order = "~=0.18"
35-
flake8-string-format = "~=0.3"
36-
flake8-tidy-imports = "~=4.0"
37-
flake8-todo = "~=0.7"
38-
mccabe = "~=0.6.1"
39-
pep8-naming = "~=0.9"
40-
pre-commit = "~=2.1"
41-
pyfakefs = "~=4.5"
29+
flake8 = "5.0.4"
30+
flake8-annotations = "2.9.1"
31+
# flake8-bandit is broken at the moment with flake8 v5: https://github.com/tylerwince/flake8-bandit/pull/35
32+
# flake8-bandit = "3.0.0"
33+
flake8-bugbear = "22.7.1"
34+
flake8-docstrings = "1.6.0"
35+
flake8-import-order = "0.18.1"
36+
flake8-tidy-imports = "4.8.0"
37+
flake8-string-format = "0.3.0"
38+
flake8-todo = "0.7"
39+
pep8-naming = "0.13.1"
40+
pre-commit = "2.20.0"
41+
pyfakefs = "4.6.3"
4242
coveralls = "3.3.1"
43-
taskipy = "~=1.7.0"
44-
python-dotenv = "~=0.17.1"
43+
taskipy = "1.10.2"
44+
python-dotenv = "0.20.0"
4545

4646
[build-system]
4747
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)