diff --git a/.changes/unreleased/Dependencies-20231010-222910.yaml b/.changes/unreleased/Dependencies-20231010-222910.yaml new file mode 100644 index 000000000..c6dbe582a --- /dev/null +++ b/.changes/unreleased/Dependencies-20231010-222910.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pyodbc requirement from ~=4.0.39 to ~=5.0.0" +time: 2023-10-10T22:29:10.00000Z +custom: + Author: dependabot[bot] + PR: 905 diff --git a/requirements.txt b/requirements.txt index ea5d1ad2a..afd16277a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pyhive[hive_pure_sasl]~=0.7.0 requests>=2.28.1 -pyodbc~=4.0.39 +pyodbc~=5.0.0 sqlparams>=3.0.0 thrift>=0.13.0 sqlparse>=0.4.2 # not directly required, pinned by Snyk to avoid a vulnerability