Skip to content

Commit

Permalink
superset ~> 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Jan 23, 2024
1 parent 8d95ae3 commit 7ac9cd2
Show file tree
Hide file tree
Showing 5 changed files with 773 additions and 333 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SUPERSET_VERSION := $(shell grep apache-superset Pipfile | grep -Eo '[0-9.]+')

build: requirements-dev.txt
docker buildx build \
--build-arg PYTHON_VERSION=$(PYTHON_VERSION)
--build-arg PYTHON_VERSION=$(PYTHON_VERSION) \
--platform linux/amd64 \
--tag $(REPO) \
--tag $(REPO):$(SUPERSET_VERSION) \
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
apache-superset = "==3.0.3"
apache-superset = "==3.1.0"
urllib3 = "==2.0.7"

[dev-packages]
Expand All @@ -22,7 +22,7 @@ impyla = "==0.18.0"
markupsafe = "==2.1.3"
mysqlclient = "==2.2.0"
openpyxl = "==3.1.2"
pillow = "==10.0.1"
pillow = "==10.1.0"
prophet = "==1.1.1"
psycopg2 = "==2.9.7"
pyathena = "==3.0.7"
Expand Down
Loading

0 comments on commit 7ac9cd2

Please sign in to comment.