From 7a96d5df7c18882cd59596ead06d4df793289d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:23:11 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.5 to 1.3.0 in /python-mip/mip_helper Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.5 to 1.3.0. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-mip/mip_helper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-mip/mip_helper/requirements.txt b/python-mip/mip_helper/requirements.txt index 0e5c43b..102a805 100644 --- a/python-mip/mip_helper/requirements.txt +++ b/python-mip/mip_helper/requirements.txt @@ -1,5 +1,5 @@ psycopg2-binary==2.7.4 -sqlalchemy==1.2.5 +sqlalchemy==1.3.0 numpy==1.14.2 pandas==0.22.0 raven==6.7.0