Skip to content

Commit a253753

Browse files
chore(deps): update pytest-asyncio requirement from ~=0.23 to ~=1.2
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.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f014e1e commit a253753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.2",
3939
"httpx", # for fastapi.testclient
4040
]
4141
lint = [

0 commit comments

Comments
 (0)