Skip to content

Commit cd21ad7

Browse files
Bump pytest from 9.0.1 to 9.0.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.1...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d0ba3b commit cd21ad7

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.0",
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.7",
4747
"tox==4.32.0",

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ numpy<3.0.0,>=2.0.0
66
pre-commit==4.5.0
77
pyserial-asyncio-fast==0.16
88
pytest-asyncio==1.3.0
9-
pytest==9.0.1
9+
pytest==9.0.2
1010
ruff==0.14.7
1111
tomli==2.3.0
1212
tox==4.32.0

0 commit comments

Comments
 (0)