From 3f3d9eb88358dd936903290b1405fde52ab88330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:28:49 +0000 Subject: [PATCH 1/2] Update pyodbc requirement from ~=4.0.39 to ~=5.0.0 Updates the requirements on [pyodbc](https://github.com/mkleehammer/pyodbc) to permit the latest version. - [Release notes](https://github.com/mkleehammer/pyodbc/releases) - [Commits](https://github.com/mkleehammer/pyodbc/compare/4.0.39...5.0.0) --- updated-dependencies: - dependency-name: pyodbc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From c758d71259a4033abd23d91488a96b0992bdd8be Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 10 Oct 2023 22:29:11 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20231010-222910.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20231010-222910.yaml 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