Skip to content

Commit 33bb788

Browse files
committed
fix(deps): update pytest-asyncio to fix CI failures on latest 3.10/3.11 (#896)
python/cpython#93453
1 parent 3e9be67 commit 33bb788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/requirements_dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ flake8-noqa~=1.2.5
1818
flake8-pytest-style~=1.6.0
1919

2020
## pytest
21-
pytest~=7.1.2
21+
pytest~=7.2.0
2222
pytest-cov~=4.0.0
23-
pytest-asyncio~=0.19.0
23+
pytest-asyncio~=0.20.3
2424
looptime~=0.2
2525
coverage[toml]~=6.5.0

0 commit comments

Comments
 (0)