Skip to content

Commit f260108

Browse files
authoredJan 30, 2024
Merge pull request #26 from team23/dependabot/pip/pytest-gte-7.1.2-and-lt-9.0.0
chore(deps-dev): Update pytest requirement from >=7.1.2,<8.0.0 to >=7.1.2,<9.0.0
2 parents 12d9a0c + ef50255 commit f260108

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
@@ -12,7 +12,7 @@ python = "^3.9"
1212
pydantic = ">=1.9.0,<3.0.0"
1313

1414
[tool.poetry.group.dev.dependencies]
15-
pytest = ">=7.1.2,<8.0.0"
15+
pytest = ">=7.1.2,<9.0.0"
1616
pytest-cov = ">=3,<5"
1717
mypy = ">=0.971,<2.0"
1818
tox = ">=3.26,<5.0"

0 commit comments

Comments
 (0)
Please sign in to comment.