Skip to content

Commit 3a7563f

Browse files
⬆️ Update pytest requirement from <7,>=6 to >=7,<8 (#674)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell <[email protected]>
1 parent 505ac77 commit 3a7563f

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
@@ -65,15 +65,15 @@ rtd = [
6565
testing = [
6666
"beautifulsoup4",
6767
"coverage[toml]",
68-
"pytest>=6,<7",
68+
"pytest>=7,<8",
6969
"pytest-cov",
7070
"pytest-regressions",
7171
"pytest-param-files~=0.3.4",
7272
"sphinx-pytest",
7373
]
7474
testing-docutils = [
7575
"pygments",
76-
"pytest>=6,<7",
76+
"pytest>=7,<8",
7777
"pytest-param-files~=0.3.4",
7878
]
7979

0 commit comments

Comments
 (0)