mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Update pyyaml requirement from ~=5.3 to >=5.3,<7.0 (#1489)
Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3...6.0) --- updated-dependencies: - dependency-name: pyyaml 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
b267b57754
commit
827fa823d1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -54,7 +54,7 @@ setup(
|
|||
"aiofiles>=0.4,<0.8",
|
||||
"janus>=0.4,<0.7",
|
||||
"asgi-csrf>=0.9",
|
||||
"PyYAML~=5.3",
|
||||
"PyYAML>=5.3,<7.0",
|
||||
"mergedeep>=1.1.1,<1.4.0",
|
||||
"itsdangerous>=1.1,<3.0",
|
||||
"python-baseconv==1.2.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue