Skip to content

Commit

Permalink
⬆️ Update pytest requirement from <8,>=7 to >=8,<9 (#867)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
  • Loading branch information
dependabot[bot] and chrisjsewell committed Mar 26, 2024
1 parent 6daae24 commit 0ba75ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ rtd = [
testing = [
"beautifulsoup4",
"coverage[toml]",
"pytest>=7,<8",
"pytest>=8,<9",
"pytest-cov",
"pytest-regressions",
"pytest-param-files~=0.6.0",
"sphinx-pytest",
]
testing-docutils = [
"pygments",
"pytest>=7,<8",
"pytest>=8,<9",
"pytest-param-files~=0.6.0",
]

Expand Down

0 comments on commit 0ba75ec

Please sign in to comment.