From 36c28b9b3e9ae79a68c3c0ea8f15d0489a8e2569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:03:28 -0400 Subject: [PATCH] Update pyodbc requirement from ~=5.0.0 to ~=5.0.1 (#925) * Update pyodbc requirement from ~=5.0.0 to ~=5.0.1 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/5.0.0...5.0.1) --- updated-dependencies: - dependency-name: pyodbc dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR --------- 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: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .changes/unreleased/Dependencies-20231027-230251.yaml | 6 ++++++ requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20231027-230251.yaml 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