Skip to content

Commit 867723d

Browse files
Bump pytest from 8.4.2 to 9.0.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 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@8.4.2...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 518c8e1 commit 867723d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ development = [
4848
"psutil==7.2.1",
4949
"pytest-cov==7.0.0",
5050
"pytest-schema==0.1.2",
51-
"pytest==8.4.2",
51+
"pytest==9.0.2",
5252
"twine==6.2.0",
5353
"typing_extensions==4.15.0; python_version < '3.11'",
5454
"virtualenv==20.35.4",
@@ -87,7 +87,7 @@ lint = [
8787
"pylint==4.0.2; python_version > '3.9'",
8888
]
8989
test = [
90-
"pytest==8.4.2",
90+
"pytest==9.0.2",
9191
"coverage==7.10.7; python_version < '3.10'",
9292
"coverage==7.11.0; python_version > '3.9'",
9393
]

0 commit comments

Comments
 (0)