mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Update pytest-asyncio requirement from ~=0.10.0 to >=0.10,<0.13 (#753)
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.10.0...v0.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
707fe03994
commit
b314e088c5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -57,7 +57,7 @@ setup(
|
|||
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
|
||||
"test": [
|
||||
"pytest>=5.2.2,<5.5.0",
|
||||
"pytest-asyncio~=0.10.0",
|
||||
"pytest-asyncio>=0.10,<0.13",
|
||||
"aiohttp~=3.6.2",
|
||||
"beautifulsoup4>=4.8.1,<4.10.0",
|
||||
"asgiref~=3.2.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue