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