hasgeek / lastuser

Lastuser has been merged into Funnel. This repository is archived.
https://hasgeek.com/
BSD 2-Clause "Simplified" License
166 stars 30 forks source link

Update itsdangerous to 1.1.0 #279

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR updates itsdangerous from 1.0.0 to 1.1.0.

Changelog ### 1.1.0 ``` ------------- Released 2018-10-26 - Change default signing algorithm back to SHA-1. (`113`_) - Added a default SHA-512 fallback for users who used the yanked 1.0.0 release which defaulted to SHA-512. (`114`_) - Add support for fallback algorithms during deserialization to support changing the default in the future without breaking existing signatures. (`113`_) - Changed capitalization of packages back to lowercase as the change in capitalization broke some tooling. (`113`_) .. _113: https://github.com/pallets/itsdangerous/pull/113 .. _114: https://github.com/pallets/itsdangerous/pull/114 ```
Links - PyPI: https://pypi.org/project/itsdangerous - Changelog: https://pyup.io/changelogs/itsdangerous/ - Homepage: https://palletsprojects.com/p/itsdangerous/ - Docs: https://pythonhosted.org/itsdangerous/