Skip to content

Commit 9b59488

Browse files
authored
chore(deps): restrict pytest version to <9.0.0 (#1536)
1 parent f2e77ac commit 9b59488

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
@@ -137,7 +137,7 @@ optional = true
137137
[tool.poetry.group.dev.dependencies]
138138
aioresponses = ">=0.7.6"
139139
pre-commit = ">=3.1.1"
140-
pytest = ">=7.2.2"
140+
pytest = ">=7.2.2,<9.0.0"
141141
pytest-asyncio = ">=0.21.0, <1.0.0"
142142
pytest-cov = ">=4.1.0"
143143
pytest-httpx = ">=0.22.0"

0 commit comments

Comments
 (0)