Skip to content

Commit 7b7d961

Browse files
⬆️ Update pytest requirement from <9,>=8 to >=9,<10 (#1063)
* ⬆️ Update pytest requirement from <9,>=8 to >=8,<10 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.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Update pyproject.toml * Update pyproject.toml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
1 parent 3342a3c commit 7b7d961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ testing = [
6969
"beautifulsoup4",
7070
"coverage[toml]",
7171
"defusedxml", # required by sphinx 7.3 testing utils
72-
"pytest>=8,<9",
72+
"pytest>=9,<10",
7373
"pytest-cov",
7474
"pytest-regressions",
7575
"pytest-param-files~=0.6.0",
@@ -78,7 +78,7 @@ testing = [
7878
]
7979
testing-docutils = [
8080
"pygments",
81-
"pytest>=8,<9",
81+
"pytest>=9,<10",
8282
"pytest-param-files~=0.6.0",
8383
]
8484

0 commit comments

Comments
 (0)