From 327c5ec7850ec267006562ec6f13243acef4b7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:32:40 +0000 Subject: [PATCH 1/2] Bump pytest-asyncio from 1.1.0 to 1.2.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cec219ce..9262e3c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dev-pytest = [ "frequenz-repo-config[extra-lint-examples] == 0.13.5", "hypothesis == 6.140.2", "pytest == 8.4.2", - "pytest-asyncio == 1.1.0", + "pytest-asyncio == 1.2.0", "pytest-mock == 3.15.1", ] dev = [ From d5f2f8a97af6a42773b687d887abf938270b2d2e Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 2 Oct 2025 12:32:09 +0200 Subject: [PATCH 2/2] Bump typing-extensions to >=4.12.0 We need this because pytest-asyncio 1.2.0 requires it for Python versions older than 3.13. Signed-off-by: Leandro Lucarella --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9262e3c7..23dfbc66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] requires-python = ">= 3.11, < 4" dependencies = [ - "typing-extensions >= 4.6.0, < 5", + "typing-extensions >= 4.12.0, < 5", "watchfiles >= 0.15.0, < 1.2.0", ] dynamic = ["version"]