From 4cc811bc1f200d3be03127ba8bc414d1b6a1e75a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:29:57 +0000 Subject: [PATCH] Bump pyodbc from 5.1.0 to 5.2.0 Bumps [pyodbc](https://github.com/mkleehammer/pyodbc) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/mkleehammer/pyodbc/releases) - [Commits](https://github.com/mkleehammer/pyodbc/compare/5.1.0...5.2.0) --- updated-dependencies: - dependency-name: pyodbc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0d47741772..fc2805d731 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -67,7 +67,7 @@ trino[sqlalchemy]==0.328.0; python_version >= '3.8' PyMySQL==1.1.0; python_version >= '3.8' psycopg2-binary==2.9.10; python_version >= '3.8' sqlglot==23.3.0; python_version >= '3.8' -pyodbc==5.1.0; python_version >= '3.8' +pyodbc==5.2.0; python_version >= '3.8' # AWS s3fs==2023.12.0; python_version >= '3.8'