mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Update pytest-asyncio requirement from <0.19,>=0.17 to >=0.17,<0.20 (#1769)
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) - [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.0...v0.19.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ea6161f847
commit
22354c48ce
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -74,7 +74,7 @@ setup(
|
|||
"test": [
|
||||
"pytest>=5.2.2,<7.2.0",
|
||||
"pytest-xdist>=2.2.1,<2.6",
|
||||
"pytest-asyncio>=0.17,<0.19",
|
||||
"pytest-asyncio>=0.17,<0.20",
|
||||
"beautifulsoup4>=4.8.1,<4.12.0",
|
||||
"black==22.6.0",
|
||||
"blacken-docs==1.12.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue