mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Update aiofiles requirement from <0.8,>=0.4 to >=0.4,<0.9 (#1537)
Updates the requirements on [aiofiles](https://github.com/Tinche/aiofiles) to permit the latest version. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v0.4.0...v0.8.0) --- updated-dependencies: - dependency-name: aiofiles 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
48f11998b7
commit
1beb7d9399
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -51,7 +51,7 @@ setup(
|
|||
"pint~=0.9",
|
||||
"pluggy>=0.13,<1.1",
|
||||
"uvicorn~=0.11",
|
||||
"aiofiles>=0.4,<0.8",
|
||||
"aiofiles>=0.4,<0.9",
|
||||
"janus>=0.6.2,<0.7",
|
||||
"asgi-csrf>=0.9",
|
||||
"PyYAML>=5.3,<7.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue