From 91e8b9931e1a0bebd0b83b71f217f14d5680d2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 18:25:19 +0000 Subject: [PATCH] deps: bump the major-dependencies group with 1 update 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.0...5.0.1) --- updated-dependencies: - dependency-name: pyodbc dependency-type: direct:production dependency-group: major-dependencies ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 009f0d1..4d4e0d4 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "psycopg2-binary==2.*", "PyGithub==2.*", "pygsheets==2.*", - "pyodbc==4.*", + "pyodbc>=4,<6", "requests==2.*", ], extras_require={