From ae847a950d783abfa7c4e044ee4c9876e239f08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 04:35:27 +0000 Subject: [PATCH] Bump werkzeug from 2.0.1 to 2.2.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 to 2.2.3. - [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.0.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- requirements_prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 561aff37..f8dcfe3b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,4 +13,4 @@ pyserial==3.5 requests==2.25.1 six==1.16.0 urllib3==1.26.5 -Werkzeug==2.0.1 +Werkzeug==2.2.3 diff --git a/requirements_prod.txt b/requirements_prod.txt index 31a1707e..56e01625 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -13,6 +13,6 @@ pyserial==3.5 requests==2.25.1 six==1.16.0 urllib3==1.26.5 -Werkzeug==2.0.1 +Werkzeug==2.2.3 setproctitle==1.1.0 psutil==5.8.0 \ No newline at end of file