Skip to content

Commit

Permalink
Update pytest requirement from <7.0.0,>=6.2.4 to >=6.2.4,<9.0.0 (#89)
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest](https:/pytest-dev/pytest) to permit the latest version.
- [Release notes](https:/pytest-dev/pytest/releases)
- [Changelog](https:/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@6.2.4...8.2.2)

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

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 Jun 6, 2024
1 parent 945bada commit f22a7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Home = "https:/yu-iskw/dbt-artifacts-parser"

[project.optional-dependencies]
test = [
"pytest >=6.2.4,<7.0.0",
"pytest >=6.2.4,<9.0.0",
"pylint >=2.12.0",
"mypy ==1.10.0",
"flake8 >=3.8.3,<4.0.0",
Expand Down

0 comments on commit f22a7e2

Please sign in to comment.