From 71d4c1b72a381b1fb2beb6c8a049a21f95c3b15d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 07:12:21 +0000 Subject: [PATCH] Bump werkzeug from 2.2.2 to 2.2.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 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.2.2...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab463fa..76ced56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,6 +38,8 @@ elasticsearch==7.8.1 # via # -r requirements.in # elasticmock +exceptiongroup==1.1.0 + # via pytest flask==2.2.2 # via # -r requirements.in @@ -110,6 +112,10 @@ sqlite-utils==3.30 # via -r requirements.in tabulate==0.9.0 # via sqlite-utils +tomli==2.0.1 + # via + # black + # pytest tqdm==4.61.1 # via -r requirements.in ua-parser==0.16.1 @@ -121,7 +127,7 @@ urllib3==1.26.5 # botocore # elasticsearch # requests -werkzeug==2.2.2 +werkzeug==2.2.3 # via flask # The following packages are considered to be unsafe in a requirements file: