mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Update mergedeep requirement from ~=1.1.1 to >=1.1.1,<1.4.0 (#728)
Updates the requirements on [mergedeep](https://github.com/clarketm/mergedeep) to permit the latest version. - [Release notes](https://github.com/clarketm/mergedeep/releases) - [Commits](https://github.com/clarketm/mergedeep/compare/v1.1.1...v1.3.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
985e59493e
commit
e232f77055
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -46,7 +46,7 @@ setup(
|
||||||
"aiofiles>=0.4,<0.6",
|
"aiofiles>=0.4,<0.6",
|
||||||
"janus~=0.4.0",
|
"janus~=0.4.0",
|
||||||
"PyYAML~=5.3",
|
"PyYAML~=5.3",
|
||||||
"mergedeep~=1.1.1",
|
"mergedeep>=1.1.1,<1.4.0",
|
||||||
],
|
],
|
||||||
entry_points="""
|
entry_points="""
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue