Skip to content

Commit ba26479

Browse files
authored
chore(deps): update dependency pytest-asyncio to v1.4.0
1 parent e083fd6 commit ba26479

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
@@ -64,7 +64,7 @@ tests = [
6464
# release that still supports it (1.2.0). Bumping this to 1.4.0 (renovate, #1584)
6565
# made the locked resolution unsatisfiable for the 3.9 split and broke CI's
6666
# install step. Keep ==1.2.0 on the 3.9 entry.
67-
"pytest-asyncio==1.2.0; python_version < '3.10'",
67+
"pytest-asyncio==1.4.0; python_version < '3.10'",
6868
"pytest-asyncio==1.4.0; python_version >= '3.10'",
6969
"coverage[toml]>=7.3.1,<8",
7070
]

0 commit comments

Comments
 (0)