From ada0f3490b6bfc10d9de494c5f727897f99f3077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 00:52:20 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.27 to 1.4.30 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.27 to 1.4.30. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index dd7409095e..731e5775d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,10 +29,7 @@ cherrypy==18.6.1 click==8.0.3 # via flask colorama==0.4.4 - # via - # click - # loguru - # rich + # via rich commonmark==0.9.1 # via rich feedparser==6.0.8 @@ -148,7 +145,7 @@ six==1.16.0 # python-dateutil soupsieve==2.2.1 # via beautifulsoup4 -sqlalchemy==1.4.27 +sqlalchemy==1.4.30 # via -r requirements.in tempora==4.1.2 # via portend