From 5107211580037a057978167c5701670e0abab467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 19:01:49 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.5 to 1.3.0 in /site-modules/profile/files/ats 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/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Signed-off-by: dependabot[bot] --- site-modules/profile/files/ats/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-modules/profile/files/ats/requirements.txt b/site-modules/profile/files/ats/requirements.txt index 770422d..0a7df45 100644 --- a/site-modules/profile/files/ats/requirements.txt +++ b/site-modules/profile/files/ats/requirements.txt @@ -13,7 +13,7 @@ pytz==2018.3 regex==2018.2.21 requests==2.18.4 six==1.11.0 -SQLAlchemy==1.2.5 +SQLAlchemy==1.3.0 tzlocal==1.5.1 urllib3==1.22 Werkzeug==0.14.1