Skip to content

Commit 4601f8a

Browse files
dependabot[bot]mwbrooksWilliamBergamin
authored
chore(deps): update mypy requirement from <=1.18.2 to <=1.19.0 (#1801)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Brooks <[email protected]> Co-authored-by: William Bergamin <[email protected]>
1 parent 9b276eb commit 4601f8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements/tools.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
mypy<=1.18.2
1+
# We only need to install mypy with CPython runtimes
2+
# Typechecking using the PyPy runtime is not planned
3+
mypy<=1.19.0; platform_python_implementation == "CPython"
24
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
35
# so 5.x should be kept in order to stay compatible with Python 3.7/3.8
46
flake8>=5.0.4,<8

0 commit comments

Comments
 (0)