Skip to content

Commit 9622803

Browse files
authored
Merge pull request #712 from numpy/mypy-1.18.2
2 parents c14f2da + b8b1382 commit 9622803

4 files changed

Lines changed: 102 additions & 103 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Changelog = "https://github.com/numpy/numtype/releases"
5151
numpy = ["numtype[numpy]"]
5252
lint = [
5353
"dprint-py>=0.50.2.0",
54-
"ruff>=0.13.0",
54+
"ruff>=0.13.1",
5555
]
5656
pytest = [
5757
{ include-group = "numpy" },
@@ -74,7 +74,7 @@ basedpyright = [
7474
]
7575
mypy = [
7676
{ include-group = "types" },
77-
"mypy[faster-cache]>=1.18.1",
77+
"mypy[faster-cache]>=1.18.2",
7878
]
7979
typecheck = [
8080
{ include-group = "basedpyright" },

0 commit comments

Comments
 (0)