From 54ca38d5a384cb51e5077b61c553e18ac1737c7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 07:09:19 +0000 Subject: [PATCH] feat(Dependencies): Update dependency werkzeug to v3.0.3 [SECURITY] | datasource | package | from | to | | ---------- | -------- | ----- | ----- | | pypi | werkzeug | 3.0.2 | 3.0.3 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 8a57643..f7cea2e 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.110.3 uvicorn==0.29.0 -werkzeug==3.0.2 +werkzeug==3.0.3 Jinja2==3.1.4 python-dotenv==1.0.1 gunicorn==22.0.0