Skip to content

Commit

Permalink
chore(pip): update pytest requirement from ~=7.1 to >=7.1,<9.0 (#371)
Browse files Browse the repository at this point in the history
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@7.1.0...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
1 parent 25a1250 commit 7d634bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev = [
"ruff>=0.1.3",
"mypy>=0.971",
"pre-commit",
"pytest~=7.1",
"pytest>=7.1,<9.0",
"syrupy>=4.0",
]
email = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"falcon": ["falcon>=3.0.0"],
"starlette": ["starlette[full]"],
"dev": [
"pytest~=7.1",
"pytest>=7.1,<9.0",
"ruff>=0.1.3",
"mypy>=0.971",
"syrupy>=4.0.0",
Expand Down

0 comments on commit 7d634bd

Please sign in to comment.