Skip to content

Commit

Permalink
⬆️ Update pytest requirement from <7,>=6 to >=7,<8 (#674)
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 Jan 12, 2023
1 parent 505ac77 commit 3a7563f
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 @@ -65,15 +65,15 @@ rtd = [
testing = [
"beautifulsoup4",
"coverage[toml]",
"pytest>=6,<7",
"pytest>=7,<8",
"pytest-cov",
"pytest-regressions",
"pytest-param-files~=0.3.4",
"sphinx-pytest",
]
testing-docutils = [
"pygments",
"pytest>=6,<7",
"pytest>=7,<8",
"pytest-param-files~=0.3.4",
]

Expand Down

0 comments on commit 3a7563f

Please sign in to comment.