From a84fa6637c08a44eb354134885109f85778d88d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 08:23:19 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.3.6 to 3.0.1 in /cmdb-api Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 to 3.0.1. - [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/2.3.6...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cmdb-api/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdb-api/Pipfile b/cmdb-api/Pipfile index 776410e..ab6460e 100644 --- a/cmdb-api/Pipfile +++ b/cmdb-api/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] # Flask Flask = "==2.3.2" -Werkzeug = "==2.3.6" +Werkzeug = "==3.0.1" click = ">=5.0" # Api Flask-RESTful = "==0.3.10"