From 7c4f6be5bab9bb438415ba8c6839acebaa945c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:50:19 +0000 Subject: [PATCH] build(deps-dev): update pytest-asyncio requirement in /plc4py Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.3...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- plc4py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc4py/pyproject.toml b/plc4py/pyproject.toml index 5cf52cc8c84..6b9c9798c2b 100644 --- a/plc4py/pyproject.toml +++ b/plc4py/pyproject.toml @@ -60,7 +60,7 @@ Documentation = "https://plc4x.apache.org/users/getting-started/plc4py.html" [project.optional-dependencies] dev = [ - "pytest-asyncio>=0.18.3", + "pytest-asyncio>=1.3.0", "pip-tools", "black", "pip",