From 28646aa7e382177034d3cf75e66b61dc606e818e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 23:31:24 +0000 Subject: [PATCH] fix:(deps-dev): update pyodbc requirement 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.34...5.0.1) --- updated-dependencies: - dependency-name: pyodbc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e27cb5c..06d3fc2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "psutil>=5.9.1, <6.0.0", "dill>=0.3.5,<0.3.8", "SQLAlchemy>=1.4.40,<2.0.22", - "pyodbc>=4.0.34, <=4.1.0", + "pyodbc>=4.0.34, <=5.0.1", "transformers>=4.22.0,<4.35.0", ]