File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ repos:
1616 name : ruff-format
1717 args : [--check]
1818 repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : v0.14.6
19+ rev : v0.14.10
2020
2121 - hooks :
2222 - id : mypy
2323 name : mypy
2424 args : [--config-file=pyproject.toml]
2525 repo : https://github.com/pre-commit/mirrors-mypy
26- rev : v1.18.2
26+ rev : v1.19.1
2727
2828 - hooks :
2929 - id : pyright
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ Repository = "https://github.com/phi-friday/python-socketio-stubs"
2626
2727[project .optional-dependencies ]
2828mypy = [
29- " mypy>=1.18.2 " ,
29+ " mypy>=1.19.1 " ,
3030]
3131mypy-strict = [
32- " mypy==1.18.2 " ,
32+ " mypy==1.19.1 " ,
3333 " python-socketio-stubs[mypy]" ,
3434]
3535
@@ -49,7 +49,7 @@ python-socketio-dependencies = [
4949]
5050dev = [
5151 { include-group = " python-socketio-dependencies" },
52- " ruff==0.14.6 " ,
52+ " ruff==0.14.10 " ,
5353 " pre-commit>=4.5.0" ,
5454 " poethepoet>=0.37.0" ,
5555 " python-socketio-stubs[mypy-strict]" ,
You can’t perform that action at this time.
0 commit comments