Skip to content

Commit 22bf071

Browse files
chore(deps-dev): update pytest-asyncio requirement
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.24.0...v0.25.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63e157b commit 22bf071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/http/httpx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ isort = "^5.13.2"
3737
pylint = "^3.2.7"
3838
mypy = "^1.11.2"
3939
pytest = "^8.3.2"
40-
pytest-asyncio = "^0.24.0"
40+
pytest-asyncio = ">=0.24,<0.26"
4141
pytest-mock = "^3.14.0"
4242
poetry-plugin-mono-repo-deps = "^0.2.1"
4343

0 commit comments

Comments
 (0)