From c68b33b297ad88f6635f6379b6a1308e7f2bc1a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 02:45:30 +0000 Subject: [PATCH] Bump werkzeug from 1.0.1 to 2.2.3 in /python Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.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/1.0.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- python/requirements_mac.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index c47b6e5c..ee65ed36 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -15,7 +15,7 @@ itsdangerous==1.1.0 Jinja2==2.11.3 pyclipper==1.2.1 MarkupSafe==1.1.1 -Werkzeug==1.0.1 +Werkzeug==2.2.3 ujson>=2.0.3 sentencepiece==0.1.96; platform_machine != "aarch64" sentencepiece; platform_machine == "aarch64" diff --git a/python/requirements_mac.txt b/python/requirements_mac.txt index 9281deff..5c3ab626 100644 --- a/python/requirements_mac.txt +++ b/python/requirements_mac.txt @@ -11,7 +11,7 @@ click==7.1.2 itsdangerous==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1 -Werkzeug==1.0.1 +Werkzeug==2.2.3 ujson>=2.0.3 grpcio-tools==1.33.2 grpcio>=1.33.2 -- GitLab