Skip to content

Commit 7534581

Browse files
build(deps-dev): update pytest-asyncio requirement (#189)
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.25.0...v0.26.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e800c21 commit 7534581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ black = "^25.1"
2323
pylint-pydantic = "^0.3.0"
2424
requests = "^2.28.1"
2525
requests-html = "^0.10.0"
26-
pytest-asyncio = "^0.25.0"
26+
pytest-asyncio = "^0.26.0"
2727
types-requests = "^2.28.11"
2828
httpx = "^0.28.0"
2929

0 commit comments

Comments
 (0)