From 0267f6d86bfd27ac025dd09dd6525e0380db2616 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 23:34:31 +0000 Subject: [PATCH] fix(deps): update dependency pytest-aiohttp to v1.1.0 --- tests/output/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/output/python/pyproject.toml b/tests/output/python/pyproject.toml index b140dcf21e..7e332a6f69 100644 --- a/tests/output/python/pyproject.toml +++ b/tests/output/python/pyproject.toml @@ -14,7 +14,7 @@ ruff = "== 0.9.1" pyright = "== 1.1.391" pytest = "=8.3.4" python-dotenv = "=1.0.1" -pytest-aiohttp = "=1.0.5" +pytest-aiohttp = "=1.1.0" [tool.pytest.ini_options] asyncio_mode = "auto"