Skip to content

Commit 2195e79

Browse files
committed
Update dev dependencies
1 parent 52dc16b commit 2195e79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ documentation = [
6262
development = [
6363
"build>=1.2.1",
6464
"codespell>=2.3.0",
65-
"coverage>=7.5.3",
66-
"mypy>=1.10.0",
67-
"pylint>=3.2.3",
65+
"coverage>=7.6.0",
66+
"mypy>=1.10.1",
67+
"pylint>=3.2.5",
6868
"pytest>=8.2.2",
69-
"pytest-asyncio>=0.23.7",
69+
"pytest-asyncio>=0.23.8",
7070
"pytest-cov>=5.0.0",
7171
"pytest-profiling>=1.7.0",
7272
"pytest-timeout>=2.3.1",
7373
"pytest-xdist>=3.6.1",
74-
"ruff>=0.4.8",
75-
"twine>=5.1.0",
74+
"ruff>=0.5.3",
75+
"twine>=5.1.1",
7676
"types-Pygments",
7777
"types-pyserial"
7878
]

0 commit comments

Comments
 (0)