Skip to content

Commit 4786e46

Browse files
committed
chore: update versions of dev tools
1 parent e401fec commit 4786e46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
]
1717

1818
dev_requires = [
19-
"flake8>=5,<6",
19+
"flake8>=6,<7",
2020
"isort>=5,<6",
21-
"black>=22.12,<22.13",
22-
"mypy>=0.991,<1",
21+
"black>=23.9,<23.10",
22+
"mypy>=1.6,<1.7",
2323
"check-manifest>=0.47,<1",
2424
] + tests_requires
2525

0 commit comments

Comments
 (0)