Skip to content

Commit 73d3264

Browse files
committed
chore: update deps
1 parent 137459c commit 73d3264

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Repository = "https://github.com/phi-friday/python-socketio-stubs"
2626

2727
[project.optional-dependencies]
2828
mypy = [
29-
"mypy>=1.18.2",
29+
"mypy>=1.19.1",
3030
]
3131
mypy-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
]
5050
dev = [
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]",

0 commit comments

Comments
 (0)