From 450dd056b5b37254b1135015090d60f911572d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 20:06:30 +0000 Subject: [PATCH] Bump pyodbc from 4.0.30 to 4.0.35 in /Backend Bumps [pyodbc](https://github.com/mkleehammer/pyodbc) from 4.0.30 to 4.0.35. - [Release notes](https://github.com/mkleehammer/pyodbc/releases) - [Commits](https://github.com/mkleehammer/pyodbc/compare/4.0.30...4.0.35) --- updated-dependencies: - dependency-name: pyodbc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 469472c..9b5a130 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -2,7 +2,7 @@ flask==2.0.1 PyYAML==5.4.1 gevent==21.1.2 Flask-Cors==3.0.10 -pyodbc==4.0.30 +pyodbc==4.0.35 requests==2.25.1 uuid==1.30 mysql-connector-python==8.0.25