cmdb/cmdb-api
dependabot[bot] a84fa6637c
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>
2023-10-28 08:23:19 +00:00
..
api feat(cmdb-api): CI password data store (#242) 2023-10-28 16:19:00 +08:00
logs Modify code organization 2019-12-18 23:33:22 +09:00
migrations feat(db): support flask migrate (#201) 2023-10-13 15:55:26 +08:00
tests fix g.user 2023-08-21 11:54:33 +08:00
.env Modify code organization 2019-12-18 23:33:22 +09:00
Pipfile build(deps): bump werkzeug from 2.3.6 to 3.0.1 in /cmdb-api 2023-10-28 08:23:19 +00:00
autoapp.py upgrade flask to 2.3.2 and replace g.user with current_user 2023-08-06 21:54:18 +08:00
celery_worker.py upgrade celery 2023-08-08 13:16:07 +08:00
requirements.txt feat(cmdb-api): CI password data store (#242) 2023-10-28 16:19:00 +08:00
settings.example.py feat(cmdb-api): CI password data store (#242) 2023-10-28 16:19:00 +08:00