mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Update itsdangerous requirement from ~=1.1 to >=1.1,<3.0 (#1325)
Updates the requirements on [itsdangerous](https://github.com/pallets/itsdangerous) to permit the latest version. - [Release notes](https://github.com/pallets/itsdangerous/releases) - [Changelog](https://github.com/pallets/itsdangerous/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/itsdangerous/compare/1.1.0...2.0.0) 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
593d3e8173
commit
b64d872046
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -58,7 +58,7 @@ setup(
|
||||||
"asgi-csrf>=0.6",
|
"asgi-csrf>=0.6",
|
||||||
"PyYAML~=5.3",
|
"PyYAML~=5.3",
|
||||||
"mergedeep>=1.1.1,<1.4.0",
|
"mergedeep>=1.1.1,<1.4.0",
|
||||||
"itsdangerous~=1.1",
|
"itsdangerous>=1.1,<3.0",
|
||||||
"python-baseconv==1.2.2",
|
"python-baseconv==1.2.2",
|
||||||
],
|
],
|
||||||
entry_points="""
|
entry_points="""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue