From b0e99de7fc0f086655148cad78de0770545c0e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 06:55:32 +0000 Subject: [PATCH] chore(deps-dev): update pytest-asyncio requirement 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.24.0...v0.25.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/serialization/text/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/serialization/text/pyproject.toml b/packages/serialization/text/pyproject.toml index ff5478b7..1899dfa5 100644 --- a/packages/serialization/text/pyproject.toml +++ b/packages/serialization/text/pyproject.toml @@ -33,7 +33,7 @@ isort = "^5.13.2" pylint = "^3.2.7" mypy = "^1.11.2" pytest = "^8.3.2" -pytest-asyncio = "^0.24.0" +pytest-asyncio = ">=0.24,<0.26" poetry-plugin-mono-repo-deps = "^0.2.1" types-python-dateutil = "^2.9.0.20240906"