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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-28 08:23:19 +00:00 committed by GitHub
parent 3a4f0b248f
commit a84fa6637c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"