mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Update pluggy requirement from ~=0.13.0 to >=0.13,<1.1 (#1448)
Updates the requirements on [pluggy](https://github.com/pytest-dev/pluggy) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pluggy/releases) - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pluggy/compare/0.13.0...1.0.0) --- updated-dependencies: - dependency-name: pluggy dependency-type: direct:production ... 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
31352914c4
commit
a673a93b57
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -49,7 +49,7 @@ setup(
|
|||
"hupper~=1.9",
|
||||
"httpx>=0.17",
|
||||
"pint~=0.9",
|
||||
"pluggy~=0.13.0",
|
||||
"pluggy>=0.13,<1.1",
|
||||
"uvicorn~=0.11",
|
||||
"aiofiles>=0.4,<0.8",
|
||||
"janus>=0.4,<0.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue