Skip to content

Commit e7575ae

Browse files
authored
Update pyproject.toml
1 parent 3aba4d4 commit e7575ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test = [
6262
# pin mypy version so a new version doesn't suddenly cause the CI to fail,
6363
# until types-setuptools is removed from typeshed.
6464
# For help with static-typing issues, or mypy update, ping @Avasam
65-
"mypy==1.11",
65+
"mypy==1.11.*",
6666
# No Python 3.11 dependencies require tomli, but needed for type-checking since we import it directly
6767
"tomli",
6868
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly

0 commit comments

Comments
 (0)