Skip to content

Commit b3a8d5a

Browse files
chore(deps-dev): update pytest-asyncio requirement
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.23.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 b0ffae3 commit b3a8d5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ dependencies = [
3232
[project.optional-dependencies]
3333
dev = [
3434
"pytest>=8.0.0",
35-
"pytest-asyncio>=0.23.0",
35+
"pytest-asyncio>=1.3.0",
3636
]
3737

3838
[tool.uv]
3939
dev-dependencies = [
4040
"pytest>=8.0.0",
41-
"pytest-asyncio>=0.23.0",
41+
"pytest-asyncio>=1.3.0",
4242
]
4343

4444
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)