Skip to content

Commit c6de9ef

Browse files
chore(deps): update dependency pytest-asyncio to v1.3.0
1 parent 62aad68 commit c6de9ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-codspeed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements-pytest.txt
22

3-
pytest-asyncio==1.2
3+
pytest-asyncio==1.3.0
44
pytest-codspeed==4.2
55
pytest-test-groups

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def read_requirements(path):
3838
"towncrier>=25,<26",
3939
],
4040
"test": [
41-
"pytest-asyncio>=1.2,<1.3",
41+
"pytest-asyncio>=1.3,<1.4",
4242
"pytest-mock>=1.10",
4343
"pytest-xdist>=2.4.0",
4444
"pytest>=7.0.0",

0 commit comments

Comments
 (0)