Skip to content

Commit d7ec3b3

Browse files
chore(deps-dev): update pytest-asyncio requirement from ~=0.23 to ~=1.3
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] <[email protected]>
1 parent f014e1e commit d7ec3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fastapi = ["fastapi>=0.51.0"]
3535
dev = ["plugbear[test]", "plugbear[lint]", "plugbear[fastapi]"]
3636
test = [
3737
"pytest~=8.1",
38-
"pytest-asyncio~=0.23",
38+
"pytest-asyncio~=1.3",
3939
"httpx", # for fastapi.testclient
4040
]
4141
lint = [

0 commit comments

Comments
 (0)