Skip to content

Commit

Permalink
Update itsdangerous requirement from ~=1.1 to >=1.1,<3.0
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 12, 2021
1 parent 1b69753 commit 4dea180
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 4dea180

Please # to comment.