Skip to content

Commit 55c44ec

Browse files
chore(deps-dev): update pytest-asyncio requirement in /sdk
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](pytest-dev/pytest-asyncio@v0.24.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd09a12 commit 55c44ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
dev = [
3232
"pytest>=8.3",
3333
"pytest-cov>=6.0",
34-
"pytest-asyncio>=0.24",
34+
"pytest-asyncio>=1.3.0",
3535
"mypy>=1.14",
3636
"mypy-protobuf>=3.6",
3737
"ruff>=0.8",

0 commit comments

Comments
 (0)