From a5e2800c5147f57b6b12aff190be21bb98ac7ff9 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 00:39:26 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | pytest | 8.4.1 | 9.0.0 | --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7f9514..5c3ecc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ asyncio_default_fixture_loop_scope = "function" mypy = "^1.8.0" ruff = "^0.12.0" pre-commit = "^4.0.0" -pytest = "^8.3.3" +pytest = "^9.0.0" pytest-asyncio = "^1.0.0" [build-system]