Skip to content

Commit fe3b1eb

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@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>
1 parent a28513e commit fe3b1eb

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.14",

0 commit comments

Comments
 (0)