From 45dbb197030789779bc114de292cac80f9f5540b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 00:46:17 +0000 Subject: [PATCH] Bump sqlalchemy from 1.1.15 to 1.3.0 in /blink-detection Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.1.15 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] --- blink-detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blink-detection/requirements.txt b/blink-detection/requirements.txt index dccdffe..e2d08ab 100644 --- a/blink-detection/requirements.txt +++ b/blink-detection/requirements.txt @@ -13,5 +13,5 @@ pytz==2017.3 requests==2.20.0 scipy==1.0.0 six==1.11.0 -SQLAlchemy==1.1.15 +SQLAlchemy==1.3.0 urllib3==1.22