From 0b6c526b5cd7a5dc81a1a80e6fd9e541b547f71d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 05:22:51 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.0.3 to 2.2.3 in /requirements Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 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.3...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index e532e02..b625415 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -21,10 +21,10 @@ snowflake-connector-python==2.7.9 # Because in dbt-score 1.0.3 MarkupSafe is pinned to 2.0.1 and in dbt-score 1.2.0 MarkupSafe is pinned to MarkupSafe>=0.23,<2.1 # https://github.com/dbt-labs/dbt-core/blob/v1.2.0/core/setup.py#L52 # https://github.com/dbt-labs/dbt-core/blob/v1.0.3/core/setup.py#L55 -# Due to this reason we are pinnig to werkzeug==2.1.2, becuase in this version MarkupSafe is not pinned +# Due to this reason we are pinnig to werkzeug==2.2.3, becuase in this version MarkupSafe is not pinned # https://github.com/pallets/werkzeug/blob/2.1.2/setup.py # Also with this change dbt-core and dbt-snowflake version was dumped to 1.2.0 in base.in file # becuase dbt-snowflake==1.0.0 has hard limit cryptography<4,>=3.2 and snowflake-connector-python==2.7.9 has hard limit cryptography<37.0.0,>=3.1.0. # This was causing conflict so needed to upgrade dbt-snowflake and dbt-core to 1.2.0 -werkzeug==2.1.2 +werkzeug==2.2.3 charset-normalizer==2.0.12