Skip to content

Commit 40c54df

Browse files
committed
Require pytest>=6.2, as stated in the changelog
1 parent 7defeb7 commit 40c54df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
python = ">=3.7"
3535
inflection = "*"
3636
factory_boy = ">=2.10.0"
37-
pytest = ">=5.0.0"
37+
pytest = ">=6.2"
3838
typing_extensions = "*"
3939

4040
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)