diff --git a/.changes/unreleased/Dependencies-20231027-230251.yaml b/.changes/unreleased/Dependencies-20231027-230251.yaml new file mode 100644 index 000000000..4ad0d65f8 --- /dev/null +++ b/.changes/unreleased/Dependencies-20231027-230251.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pyodbc requirement from ~=5.0.0 to ~=5.0.1" +time: 2023-10-27T23:02:51.00000Z +custom: + Author: dependabot[bot] + PR: 925 diff --git a/requirements.txt b/requirements.txt index afd16277a..18ccc77fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pyhive[hive_pure_sasl]~=0.7.0 requests>=2.28.1 -pyodbc~=5.0.0 +pyodbc~=5.0.1 sqlparams>=3.0.0 thrift>=0.13.0 sqlparse>=0.4.2 # not directly required, pinned by Snyk to avoid a vulnerability