Skip to content

Commit d757241

Browse files
committed
Update Python test dependencies [ZEPAI-3570]
1 parent 7f514a6 commit d757241

2 files changed

Lines changed: 53 additions & 25 deletions

File tree

poetry.lock

Lines changed: 51 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ python-dateutil = "^2.9.0"
4242

4343
[tool.poetry.group.dev.dependencies]
4444
mypy = "==1.13.0"
45-
pytest = "^7.4.0"
46-
pytest-asyncio = "^0.23.5"
45+
pytest = { version = "^9.0.3", python = ">=3.10,<4.0" }
46+
pytest-asyncio = { version = "^1.4.0", python = ">=3.10,<4.0" }
4747
python-dateutil = "^2.9.0"
4848
types-python-dateutil = "^2.9.0.20240316"
4949
ruff = "^0.5.0"

0 commit comments

Comments
 (0)