From 307477a62a06b600958461dbe6eec17d82daa4aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 08:53:54 -0700 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=A6=BE):=20bump=20python=20apsw=203?= =?UTF-8?q?.45.3.0=20->=203.46.0.0=20(#28730)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: GitHub Action --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 07ea0e919..8de4d98c2 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,7 +13,7 @@ amqp==5.2.0 # via kombu apispec[yaml]==6.3.0 # via flask-appbuilder -apsw==3.45.3.0 +apsw==3.46.0.0 # via shillelagh async-timeout==4.0.3 # via redis