Skip to content

Commit 6500b89

Browse files
Bump mypy from 1.12.1 to 1.13.0 (typeddjango#2416)
Bumps [mypy](https://github.com/python/mypy) from 1.12.1 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71f4d9b commit 6500b89

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,5 +14,5 @@ Django==5.1.2; python_version >= '3.10'
1414
-e .[redis,compatible-mypy,oracle]
1515

1616
# Overrides:
17-
mypy==1.12.1
17+
mypy==1.13.0
1818
pyright==1.1.386

setup.py

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

3333
# Keep compatible-mypy major.minor version pinned to what we use in CI (requirements.txt)
3434
extras_require = {
35-
"compatible-mypy": ["mypy~=1.12.0"],
35+
"compatible-mypy": ["mypy>=1.12,<1.14"],
3636
"redis": ["redis"],
3737
"oracle": ["oracledb"],
3838
}

0 commit comments

Comments
 (0)