From 3650046a8e2334cd5c01406c7d1e3864a3ca9a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:56:57 +0000 Subject: [PATCH] Bump sqlalchemy from 1.0.4 to 1.3.0 in /Chapter 13_Code/Chapter 13 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.0.4 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] --- Chapter 13_Code/Chapter 13/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 13_Code/Chapter 13/requirements.txt b/Chapter 13_Code/Chapter 13/requirements.txt index a9938e1..ce9df27 100644 --- a/Chapter 13_Code/Chapter 13/requirements.txt +++ b/Chapter 13_Code/Chapter 13/requirements.txt @@ -27,7 +27,7 @@ jsmin==2.1.1 mongoengine==0.9.0 python-openid==2.2.5 selenium==2.46.0 -SQLAlchemy==1.0.4 +SQLAlchemy==1.3.0 uWSGI==2.0.11 webassets==0.10.1 Werkzeug==0.10.4