Skip to content

Commit 581776d

Browse files
chore(deps-dev): update pytest-asyncio requirement in /sdk (#114)
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@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zeev <zeevdr@users.noreply.github.com>
1 parent 720946c commit 581776d

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
@@ -34,7 +34,7 @@ otel = [
3434
dev = [
3535
"pytest>=9.0.3",
3636
"pytest-cov>=7.1.0",
37-
"pytest-asyncio>=1.3.0",
37+
"pytest-asyncio>=1.4.0",
3838
"mypy>=2.1.0",
3939
"mypy-protobuf>=5.1.0",
4040
"ruff>=0.15.15",

0 commit comments

Comments
 (0)