Skip to content

Commit 6c6aeec

Browse files
committed
chore: update mypy
1 parent 0d97d74 commit 6c6aeec

2 files changed

Lines changed: 133 additions & 92 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ classifiers = [
2323
Repository = "https://github.com/phi-friday/python-socketio-stubs"
2424

2525
[project.optional-dependencies]
26-
mypy = ["mypy>=1.20.2"]
27-
mypy-strict = ["mypy==1.20.2", "python-socketio-stubs[mypy]"]
26+
mypy = ["mypy>=2.1.0"]
27+
mypy-strict = ["mypy==2.1.0", "python-socketio-stubs[mypy]"]
2828

2929
[dependency-groups]
3030
python-socketio-dependencies = [

0 commit comments

Comments
 (0)