mirror of https://github.com/veops/cmdb.git
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:
parent
3a4f0b248f
commit
a84fa6637c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue