Skip to content

Commit 331854a

Browse files
build(deps-dev): update pytest requirement from ~=8.0 to ~=9.0 (#849)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0.0...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8211d12 commit 331854a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dev = [
4949
"pytest-console-scripts~=1.4.0",
5050
"pytest-cov~=7.0",
5151
"pytest-recording~=0.13",
52-
"pytest~=8.0",
52+
"pytest~=9.0",
5353
"recommonmark~=0.7.1",
5454
"requests-mock~=1.12",
5555
"ruff==0.14.4",

0 commit comments

Comments
 (0)