Skip to content

Commit

Permalink
Update itsdangerous requirement from ~=1.1 to >=1.1,<3.0 (#1325)
Browse files Browse the repository at this point in the history
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](pallets/itsdangerous@1.1.0...2.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2021
1 parent 593d3e8 commit b64d872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_version():
"asgi-csrf>=0.6",
"PyYAML~=5.3",
"mergedeep>=1.1.1,<1.4.0",
"itsdangerous~=1.1",
"itsdangerous>=1.1,<3.0",
"python-baseconv==1.2.2",
],
entry_points="""
Expand Down

0 comments on commit b64d872

Please sign in to comment.