We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d78f318 + 31e310e commit dfe638cCopy full SHA for dfe638c
pyproject.toml
@@ -41,7 +41,7 @@ test = [
41
"mypy==1.19.1",
42
"numpy<3.0.0,>=2.0.0",
43
"pyserial-asyncio-fast==0.16",
44
- "pytest==9.0.1",
+ "pytest==9.0.2",
45
"pytest-asyncio==1.3.0",
46
"ruff==0.14.10",
47
"tox==4.32.0",
requirements_test.txt
@@ -5,7 +5,7 @@ mypy==1.19.1
5
numpy<3.0.0,>=2.0.0
6
pre-commit==4.5.1
7
pyserial-asyncio-fast==0.16
8
-pytest==9.0.1
+pytest==9.0.2
9
pytest-asyncio==1.3.0
10
ruff==0.14.10
11
tomli==2.3.0
0 commit comments