Skip to content

Commit

Permalink
build(deps): update pytest requirement from <8.1.0,>=7.1.3 to >=7.1.3…
Browse files Browse the repository at this point in the history
…,<8.3.0 (#465)
  • Loading branch information
dependabot[bot] committed May 23, 2024
1 parent 6244e51 commit 4b063a0
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 @@ -42,7 +42,7 @@ dependencies = [

[project.optional-dependencies]
tests = [
"pytest >= 7.1.3,< 8.1.0",
"pytest >= 7.1.3,< 8.3.0",
"pytest-cov",
"testfixtures",
]
Expand Down

0 comments on commit 4b063a0

Please sign in to comment.