From 13364ee7f0d55ba1c32a1e75a313220c8e9b893e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:58:56 +0000 Subject: [PATCH] Bump werkzeug from 0.16.1 to 3.0.1 in /solr-synonyms-api Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.1 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/0.16.1...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- solr-synonyms-api/requirements.txt | 2 +- solr-synonyms-api/requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/solr-synonyms-api/requirements.txt b/solr-synonyms-api/requirements.txt index f650a1322..b9ffaeb94 100644 --- a/solr-synonyms-api/requirements.txt +++ b/solr-synonyms-api/requirements.txt @@ -6,7 +6,7 @@ Jinja2==2.11.3 Mako==1.1.4 MarkupSafe==1.1.1 SQLAlchemy==1.4.2 -Werkzeug==0.16.1 +Werkzeug==3.0.1 alembic==1.5.7 aniso8601==9.0.1 attrs==20.3.0 diff --git a/solr-synonyms-api/requirements/prod.txt b/solr-synonyms-api/requirements/prod.txt index 0e3113a7f..aebb546b1 100644 --- a/solr-synonyms-api/requirements/prod.txt +++ b/solr-synonyms-api/requirements/prod.txt @@ -22,6 +22,6 @@ gunicorn[eventlet] greenlet eventlet -werkzeug==0.16.1 +werkzeug==3.0.1 nltk pyinflect \ No newline at end of file