From 97b520413526e7361864a78fc00013d216848e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 02:59:46 +0000 Subject: [PATCH] Bump werkzeug from 1.0.1 to 2.0.0 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/1.0.1...2.0.0) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index ae3f4700..9f4befd0 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [dev-packages] -Werkzeug = "==1.0.1" +Werkzeug = "==2.0.0" [packages] dj-database-url = "==0.5.0" diff --git a/Pipfile.lock b/Pipfile.lock index 7468a1e9..7b6bbaff 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "8322e4ccc0edaaeed452f8dff3900a01658d4a2094086ec05c5e681f950f99ae" + "sha256": "8a29cf646ea91a2b184ad44f43210bbba93d7538fe157fb0e89af0c5fd82f6d6" }, "pipfile-spec": 6, "requires": {}, @@ -143,11 +143,11 @@ "develop": { "werkzeug": { "hashes": [ - "sha256:2de2a5db0baeae7b2d2664949077c2ac63fbd16d98da0ff71837f7d1dea3fd43", - "sha256:6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c" + "sha256:3389bbfe6d40c6dd25e6d3f974155163c8b3de5bbda6a89342d4ab93fae80ba0", + "sha256:64c02f6495ba01eddd6625b3675f357cd358a73f1e38458a56ad86c5baa30b53" ], "index": "pypi", - "version": "==1.0.1" + "version": "==2.0.0" } } }