Skip to content

Commit aa598b1

Browse files
authored
Mypy 1.19 (#2919)
1 parent a7e3fcf commit aa598b1

File tree

2 files changed

+115
-41
lines changed

2 files changed

+115
-41
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
]
3838

3939
[project.optional-dependencies]
40-
compatible-mypy = ["mypy>=1.13,<1.19"]
40+
compatible-mypy = ["mypy>=1.13,<1.20"]
4141
oracle = ["oracledb"]
4242
redis = ["redis", "types-redis"]
4343

@@ -55,7 +55,7 @@ tests = [
5555
"jinja2==3.1.6",
5656
"pyyaml==6.0.3",
5757
# typing:
58-
"mypy==1.18.2",
58+
"mypy==1.19.0",
5959
"django-stubs[compatible-mypy,oracle,redis]",
6060
]
6161
pyright = [

0 commit comments

Comments
 (0)