Skip to content

Commit db89649

Browse files
Update pytest-asyncio requirement from ~=1.1.0 to >=1.1,<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@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a89da85 commit db89649

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
@@ -37,7 +37,7 @@ dependencies = [
3737
"PyYAML~=6.0.2",
3838
"httpx~=0.28.1",
3939
"httpx-retries~=0.4.0",
40-
"pytest-asyncio~=1.1.0",
40+
"pytest-asyncio>=1.1,<1.3",
4141
]
4242

4343
[project.urls]

0 commit comments

Comments
 (0)