From f2ff1778e434741a617ffd6456e631f3d7a230a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 04:51:25 +0000 Subject: [PATCH] Bump sqlalchemy from 1.1.4 to 1.3.0 in /crudapi Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.1.4 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] --- crudapi/requirements-vendor.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crudapi/requirements-vendor.txt b/crudapi/requirements-vendor.txt index 6c53e6a..8e8b9c3 100644 --- a/crudapi/requirements-vendor.txt +++ b/crudapi/requirements-vendor.txt @@ -1,4 +1,4 @@ python-dateutil==2.6.0 -SQLAlchemy==1.1.4 +SQLAlchemy==1.3.0 alembic==0.8.9 PyMySQL==0.7.9