Skip to content

Commit ba04191

Browse files
Update pytest requirement from ~=8.3 to ~=9.0
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.3.0...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 874ebc5 commit ba04191

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
@@ -95,7 +95,7 @@ docs = [
9595
tests = [
9696
"tox~=4.24",
9797
"mypy~=1.15",
98-
"pytest~=8.3",
98+
"pytest~=9.0",
9999
"codecov~=2.1",
100100
"coverage~=7.6",
101101
"pytest-cov~=6.0",

0 commit comments

Comments
 (0)