Skip to content

Commit

Permalink
Update pytest requirement from ~=7.3 to >=7.3,<9.0
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.3.0...8.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 67e25a8 commit ec44a59
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 @@ -47,7 +47,7 @@ lint = [
"flake8-pyproject",
"flake8-docstrings",
"mypy~=1.3",
"pytest~=7.3", # needed for linting tests
"pytest>=7.3,<9.0", # needed for linting tests
"types-Jinja2~=2.11",
"types-jsonschema~=4.17",
"types-protobuf~=4.24.0",
Expand All @@ -56,7 +56,7 @@ lint = [
"types-requests"
]
test = [
"pytest~=7.3",
"pytest>=7.3,<9.0",
"pytest-xdist~=3.2",
"hypothesis~=6.87"
]
Expand Down

0 comments on commit ec44a59

Please sign in to comment.