Skip to content

Commit 2495bee

Browse files
Bump mypy from 1.8.0 to 1.9.0
Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...1.9.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d9dce2 commit 2495bee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Django==5.0.3; python_version >= '3.10'
1414
-e .[compatible-mypy]
1515

1616
# Overrides:
17-
mypy==1.8.0
17+
mypy==1.9.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def find_stub_files(name: str) -> List[str]:
3131

3232
# Keep compatible-mypy major.minor version pinned to what we use in CI (requirements.txt)
3333
extras_require = {
34-
"compatible-mypy": ["mypy~=1.8.0"],
34+
"compatible-mypy": ["mypy>=1.8,<1.10"],
3535
}
3636

3737
setup(

0 commit comments

Comments
 (0)