From 368a7179b8fad51a267e0d3c1f717ac5f4e75ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Mar 2021 16:59:11 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.10 to 1.3.0 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.10 to 1.3.0. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 394587f..133faa1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,5 +41,5 @@ sphinxcontrib-paverutils==1.17.0 sphinxcontrib-qthelp==1.0.2 sphinxcontrib-serializinghtml==1.1.3 sphinxcontrib-websupport==1.1.0 -SQLAlchemy==1.2.10 +SQLAlchemy==1.3.0 urllib3==1.23