Skip to content

Commit

Permalink
Merge pull request #141 from supermihi/dependabot/pip/pytest-gte-8.1.…
Browse files Browse the repository at this point in the history
…1-and-lt-8.3.0

Update pytest requirement from ~=8.1.1 to >=8.1.1,<8.3.0
  • Loading branch information
supermihi authored May 1, 2024
2 parents 66ccce9 + 8c1eacf commit e9f2685
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 @@ -29,7 +29,7 @@ Issues = "https://github.com/supermihi/pytaglib/issues"
Changelog = "https://github.com/supermihi/pytaglib/blob/main/CHANGELOG.md"

[project.optional-dependencies]
tests = ["pytest~=8.1.1"]
tests = ["pytest>=8.1.1,<8.3.0"]

[project.scripts]
pyprinttags = "pyprinttags:script"
Expand Down

0 comments on commit e9f2685

Please sign in to comment.