From f96c5b5e1e64c6112b5101c8229ca811f9f0c6cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 00:33:57 +0000 Subject: [PATCH 1/2] chore(deps): update dependency pytest to v8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b06ba2..cbb48f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ aiohttp = "^3.8.3" aiolimiter = "^1.0.0" orjson = "^3.8.3" pydantic = "^2.0.3" -pytest = { version = "^7.2.0", optional = true } +pytest = { version = "^8.0.0", optional = true } pytest-asyncio = { version = "^0.23.0", optional = true } pytest-mock = { version = "^3.10.0", optional = true } toml = { version = "^0.10.2", optional = true } @@ -50,7 +50,7 @@ types-toml = { version = "^0.10.8.1", optional = true } python-socketio = { extras = ["asyncio-client"], version = "^5.7.2" } [tool.poetry.group.dev.dependencies] -pytest = "^7.2.0" +pytest = "^8.0.0" pytest-asyncio = "^0.23.0" pytest-mock = "^3.10.0" mypy = "^1.0" From d917dd10e5fb25414ac284d59fbae522879bf43d Mon Sep 17 00:00:00 2001 From: Andrei Baciu <8437201+NiceAesth@users.noreply.github.com> Date: Sat, 10 Feb 2024 03:16:23 +0200 Subject: [PATCH 2/2] fix: update pytest-asyncio min version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cbb48f8..c6d96b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ aiolimiter = "^1.0.0" orjson = "^3.8.3" pydantic = "^2.0.3" pytest = { version = "^8.0.0", optional = true } -pytest-asyncio = { version = "^0.23.0", optional = true } +pytest-asyncio = { version = "^0.23.5", optional = true } pytest-mock = { version = "^3.10.0", optional = true } toml = { version = "^0.10.2", optional = true } sphinx = { version = "^7.0.0", optional = true } @@ -51,7 +51,7 @@ python-socketio = { extras = ["asyncio-client"], version = "^5.7.2" } [tool.poetry.group.dev.dependencies] pytest = "^8.0.0" -pytest-asyncio = "^0.23.0" +pytest-asyncio = "^0.23.5" pytest-mock = "^3.10.0" mypy = "^1.0" toml = "^0.10.2"