From d6e079e9694a6a5d8a129f595c25e35705336805 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 22:28:20 +0000 Subject: [PATCH] chore(deps): update itsdangerous requirement from ~=0.24 to ~=1.1 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/master/CHANGES.rst) - [Commits](https://github.com/pallets/itsdangerous/compare/0.24...1.1.0) Signed-off-by: dependabot-preview[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index ca1286b1fd..b129abb1c9 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -14,7 +14,7 @@ icalendar~=3.12 requests[security]~=2.22 psycopg2-binary~=2.8.3 SQLAlchemy-Utils~=0.34.1 -itsdangerous~=0.24 +itsdangerous~=1.1 humanize~=0.5.1 celery~=4.3 redis~=3.3