From 2540bbc850c7784824e6469f46f7e70f40e21bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jul 2021 00:12:58 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.20 to 1.4.21 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.20 to 1.4.21. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- etc/requirements.txt | 2 +- libweasyl/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index 01ed9c0b4..1b3adf8a8 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -23,7 +23,7 @@ Pillow==8.3.1 psycopg2cffi==2.9.0 #pyramid ... pytz==2020.4 -sqlalchemy==1.4.20 +sqlalchemy==1.4.21 # https://github.com/Weasyl/misaka misaka @ https://pypi.weasyl.dev/misaka/misaka-1.0.3%2Bweasyl.7.tar.gz#sha224=cc3767d791466c857ec0b147e8c4809eb09948a7a6a72278d49427bb diff --git a/libweasyl/setup.py b/libweasyl/setup.py index af3760810..b98c5e6c9 100644 --- a/libweasyl/setup.py +++ b/libweasyl/setup.py @@ -36,6 +36,6 @@ 'pyramid~=2.0', 'pytz==2020.4', 'sanpera==0.1.1+weasyl.6', # https://github.com/Weasyl/sanpera - 'sqlalchemy==1.3.20', + 'sqlalchemy==1.4.21', ], )