Skip to content

Commit 3749442

Browse files
committed
Bump lint dependencies
1 parent d10cfed commit 3749442

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ optional-dependencies.tests = [
4848
]
4949
optional-dependencies.type = [
5050
"ircstream[tests]",
51-
"mypy==1.1.1",
51+
"mypy==1.3.0",
5252
"types-PyYAML",
5353
]
5454
optional-dependencies.lint = [
5555
"ircstream[tests]",
56-
"validate-pyproject[all]==0.12.2",
57-
"ruff==0.0.260",
56+
"validate-pyproject[all]==0.13",
57+
"ruff==0.0.269",
5858
"black==23.3.0",
59-
"pylint==2.17.1",
59+
"pylint==2.17.4",
6060
]
6161
optional-dependencies.dev = [
6262
"ircstream[tests]",

0 commit comments

Comments
 (0)