We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dc16b commit 2195e79Copy full SHA for 2195e79
pyproject.toml
@@ -62,17 +62,17 @@ documentation = [
62
development = [
63
"build>=1.2.1",
64
"codespell>=2.3.0",
65
- "coverage>=7.5.3",
66
- "mypy>=1.10.0",
67
- "pylint>=3.2.3",
+ "coverage>=7.6.0",
+ "mypy>=1.10.1",
+ "pylint>=3.2.5",
68
"pytest>=8.2.2",
69
- "pytest-asyncio>=0.23.7",
+ "pytest-asyncio>=0.23.8",
70
"pytest-cov>=5.0.0",
71
"pytest-profiling>=1.7.0",
72
"pytest-timeout>=2.3.1",
73
"pytest-xdist>=3.6.1",
74
- "ruff>=0.4.8",
75
- "twine>=5.1.0",
+ "ruff>=0.5.3",
+ "twine>=5.1.1",
76
"types-Pygments",
77
"types-pyserial"
78
]
0 commit comments