Skip to content

Commit 7349bd1

Browse files
Merge pull request #102 from phenobarbital/dependabot/pip/pytest-asyncio-0.21.0
Bump pytest-asyncio from 0.20.3 to 0.21.0
2 parents 41a624b + ec4b792 commit 7349bd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lint==1.2.1
88
mypy==1.0.0
99
pylint==2.16.1
1010
pytest>=6.0.0
11-
pytest-asyncio==0.20.3
11+
pytest-asyncio==0.21.0
1212
pytest-cov==4.0.0
1313
pytest-cython==0.2.0
1414
pytest-xdist==3.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def readme():
142142
],
143143
tests_require=[
144144
'pytest>=7.2.2',
145-
'pytest-asyncio==0.20.3',
145+
'pytest-asyncio==0.21.0',
146146
'pytest-xdist==3.2.0',
147147
'pytest-assume==2.4.3'
148148
],

0 commit comments

Comments
 (0)