From d39e47cbc6055a23736413f2ab839739192a6cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 08:23:33 +0000 Subject: [PATCH] Bump sqlalchemy in /Chapter 8/restful_python_chapter_08_02/api Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.0.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] --- Chapter 8/restful_python_chapter_08_02/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 8/restful_python_chapter_08_02/api/requirements.txt b/Chapter 8/restful_python_chapter_08_02/api/requirements.txt index 8ed3d1d..44c69a9 100644 --- a/Chapter 8/restful_python_chapter_08_02/api/requirements.txt +++ b/Chapter 8/restful_python_chapter_08_02/api/requirements.txt @@ -23,5 +23,5 @@ python-dateutil==2.5.3 python-editor==1.0.1 pytz==2016.6.1 six==1.10.0 -SQLAlchemy==1.0.15 +SQLAlchemy==1.3.0 Werkzeug==0.11.11