Skip to content

Commit dfe638c

Browse files
authored
Merge pull request #287 from denpamusic/dependabot/pip/pytest-9.0.2
Bump pytest from 9.0.1 to 9.0.2
2 parents d78f318 + 31e310e commit dfe638c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test = [
4141
"mypy==1.19.1",
4242
"numpy<3.0.0,>=2.0.0",
4343
"pyserial-asyncio-fast==0.16",
44-
"pytest==9.0.1",
44+
"pytest==9.0.2",
4545
"pytest-asyncio==1.3.0",
4646
"ruff==0.14.10",
4747
"tox==4.32.0",

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mypy==1.19.1
55
numpy<3.0.0,>=2.0.0
66
pre-commit==4.5.1
77
pyserial-asyncio-fast==0.16
8-
pytest==9.0.1
8+
pytest==9.0.2
99
pytest-asyncio==1.3.0
1010
ruff==0.14.10
1111
tomli==2.3.0

0 commit comments

Comments
 (0)