Skip to content

Commit 82fb7d1

Browse files
chore(deps): update pytest-asyncio requirement from <1,>=0.25 to >=0.25,<2 in the dependencies group (#198)
chore(deps): update pytest-asyncio requirement in the dependencies group Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Updates `pytest-asyncio` to 1.0.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.0...v1.0.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.0.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33bfd58 commit 82fb7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
griffe >= 0.41.2, < 2
44
mock >= 5.1.0, < 6
5-
pytest-asyncio >= 0.25, < 1
5+
pytest-asyncio >= 0.25, < 2
66
pytest-cov >= 5, < 7
77
ruff >= 0.9, < 1
88
mypy >= 1.14.1, < 2

0 commit comments

Comments
 (0)