Skip to content

Commit 5d4b59f

Browse files
authored
chore(deps): update dependency mypy to >=1.20.2,<1.21
1 parent 9631579 commit 5d4b59f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ types = [
5151
# The `<1.12` upper bound on the 3.9 entry is REQUIRED — without it renovate
5252
# bumps the pin past 1.12 (e.g. to 2.x) and produces an unsatisfiable lock. Keep it.
5353
"mypy>=1.20.1; python_version >= '3.10'",
54-
"mypy>=1.11.2,<1.12; python_version < '3.10'",
54+
"mypy>=1.20.2,<1.21; python_version < '3.10'",
5555
]
5656
tests = [
5757
# pytest 9 requires Python 3.10+; on 3.9 we stay on the last 8.x line.

0 commit comments

Comments
 (0)