Skip to content

Commit 2087d68

Browse files
committed
fix: remaining pins
1 parent b28a865 commit 2087d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"black==23.*",
1414
"build==1.2.*",
1515
"flake8==5.*", # v6 requires Python 3.9
16-
"isort==6.*",
17-
"mypy==1.15.*",
16+
"isort==5.*", # v6 requires Python 3.9
17+
"mypy==1.14.*", # v1.15 requires Python 3.9
1818
"pdoc==14.*", # v15 requires Python 3.9
1919
"pytest-cov==5.*", # v6 requires Python 3.9
2020
"pytest-vcr==1.*",

0 commit comments

Comments
 (0)