From d86f2fdacfed38b48f8962d298e833bcff7c0e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:56:28 +0000 Subject: [PATCH] Bump pyodbc from 5.1.0 to 5.3.0 Bumps [pyodbc](https://github.com/mkleehammer/pyodbc) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/mkleehammer/pyodbc/releases) - [Commits](https://github.com/mkleehammer/pyodbc/compare/5.1.0...5.3.0) --- updated-dependencies: - dependency-name: pyodbc dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39a0640..c2a23d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "jinja2==3.1.6", "markupsafe<2.2.0", "pendulum==3.0.0", - "pyodbc==5.1.0", + "pyodbc==5.3.0", "pytz>=2018.1", "singer-python>=5.12.0", "sqlalchemy<3.0.0",