Skip to content

Commit b72536e

Browse files
Update pytest-asyncio requirement from <0.26,>=0.21 to >=0.21,<0.27 (#4645)
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.21.0...v0.26.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ac88f1 commit b72536e

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
@@ -71,7 +71,7 @@ test = [
7171
"pytest-mock>=1.7.1, <4.0",
7272
"pytest-xdist[psutil]~=2.2.1",
7373
"pytest>=7.2,<9.0",
74-
"pytest-asyncio>=0.21,<0.26",
74+
"pytest-asyncio>=0.21,<0.27",
7575
"s3fs>=2021.4, <2025.4",
7676
"requests_mock",
7777
# mypy related dependencies

0 commit comments

Comments
 (0)