Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump werkzeug from 2.0.3 to 2.2.3 in /requirements #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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