From c475f6f280470fc2697a0eb23aa6eb17663fc58f Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 30 Aug 2023 09:05:21 -0400 Subject: [PATCH] Superset ~> 2.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c8fd1f2..9e11cf07 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ REPO := amancevice/superset PYTHON_VERSION := 3.8 -SUPERSET_VERSION := 2.1.0 +SUPERSET_VERSION := 2.1.1 build: requirements-dev.txt docker build \