Skip to content

Commit 0ba75ec

Browse files
⬆️ Update pytest requirement from <8,>=7 to >=8,<9 (#867)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
1 parent 6daae24 commit 0ba75ec

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
@@ -70,15 +70,15 @@ rtd = [
7070
testing = [
7171
"beautifulsoup4",
7272
"coverage[toml]",
73-
"pytest>=7,<8",
73+
"pytest>=8,<9",
7474
"pytest-cov",
7575
"pytest-regressions",
7676
"pytest-param-files~=0.6.0",
7777
"sphinx-pytest",
7878
]
7979
testing-docutils = [
8080
"pygments",
81-
"pytest>=7,<8",
81+
"pytest>=8,<9",
8282
"pytest-param-files~=0.6.0",
8383
]
8484

0 commit comments

Comments
 (0)