From e36f40423e7628307ba102ed7524cf5175386615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:05:14 +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 8b14ab6..86228df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dev-pytest = [ "pytest == 8.3.5", "frequenz-repo-config[extra-lint-examples] == 0.13.5", "pytest-mock == 3.14.1", - "pytest-asyncio == 1.1.0", + "pytest-asyncio == 1.2.0", "async-solipsism == 0.8", "hypothesis == 6.132.0", "frequenz-client-base", From 84d3f7afceb94a4162ad96269e56fd77d2b8e067 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 10 Oct 2025 09:06:09 +0200 Subject: [PATCH 2/2] Bump typing-extensions to >=4.12.0 This is needed by some dependencies to be compatible with 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 86228df..3591703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "frequenz-channels >= 1.8.0, < 2", "grpcio >= 1.59, < 2", "protobuf >= 5.29.2, < 7", - "typing-extensions >= 4.6.0, < 5", + "typing-extensions >= 4.12.0, < 5", ] dynamic = ["version"]