Skip to content

Commit 4f4fb4d

Browse files
committed
build(poetry): upgrade pytest to ^7.0.0
pytest-regression now depends on higher version of pytest ESSS/pytest-regressions#107
1 parent c503add commit 4f4fb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ charset-normalizer = "^2.1.0"
7575
[tool.poetry.dev-dependencies]
7676
ipython = "^7.2"
7777
# test
78-
pytest = "^6.2.5"
78+
pytest = "^7.0.0"
7979
pytest-cov = "^2.6"
8080
pytest-mock = "^2.0"
8181
codecov = "^2.0"

0 commit comments

Comments
 (0)