Skip to content

Commit ab9c765

Browse files
authored
Merge pull request #5 from team23/dependabot/pip/pytest-gte-7.1.2-and-lt-9.0.0
build(deps-dev): update pytest requirement from >=7.1.2,<8.0.0 to >=7.1.2,<9.0.0
2 parents 7f45c86 + 5a736b4 commit ab9c765

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.8"
1212
fastapi = ">=0.65.2,<1.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)