From 8bc8c2c5f1a818c3b1eade83f422565dc8e32f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 15:45:35 -0400 Subject: [PATCH] Bump pyodbc from 4.0.34 to 4.0.35 (#519) * Bump pyodbc from 4.0.34 to 4.0.35 Bumps [pyodbc](https://github.com/mkleehammer/pyodbc) from 4.0.34 to 4.0.35. - [Release notes](https://github.com/mkleehammer/pyodbc/releases) - [Commits](https://github.com/mkleehammer/pyodbc/compare/4.0.34...4.0.35) --- updated-dependencies: - dependency-name: pyodbc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR * sync `requirements.txt` and `setup.py` --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot Co-authored-by: Neelesh Salian Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Co-authored-by: Mike Alfare --- .changes/unreleased/Dependency-20221116-221906.yaml | 7 +++++++ requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .changes/unreleased/Dependency-20221116-221906.yaml diff --git a/.changes/unreleased/Dependency-20221116-221906.yaml b/.changes/unreleased/Dependency-20221116-221906.yaml new file mode 100644 index 000000000..5e126d078 --- /dev/null +++ b/.changes/unreleased/Dependency-20221116-221906.yaml @@ -0,0 +1,7 @@ +kind: "Dependency" +body: "Bump pyodbc from 4.0.34 to 4.0.35" +time: 2022-11-16T22:19:06.00000Z +custom: + Author: dependabot[bot] + Issue: 417 + PR: 519 diff --git a/requirements.txt b/requirements.txt index ce359bec9..4132645ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ PyHive[hive]>=0.6.0,<0.7.0 requests[python]>=2.28.1 -pyodbc==4.0.34 +pyodbc~=4.0.30 sqlparams>=3.0.0 thrift>=0.13.0 sqlparse>=0.4.2 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/setup.py b/setup.py index 07c96ee29..266f35b10 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def _get_dbt_core_version(): dbt_core_version = _get_dbt_core_version() description = """The Apache Spark adapter plugin for dbt""" -odbc_extras = ["pyodbc>=4.0.30"] +odbc_extras = ["pyodbc~=4.0.30"] pyhive_extras = [ "PyHive[hive]>=0.6.0,<0.7.0", "thrift>=0.11.0,<0.17.0",