Skip to content

Commit

Permalink
Superset ~> v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed May 13, 2024
1 parent e32c2c8 commit a2b7dd8
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 234 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Pipfile.lock: Pipfile | .venv
pipenv lock

.venv: .python-version
pipenv --rm
-pipenv --rm
mkdir -p $@
pipenv --python $(PYTHON_VERSION)
touch $@
2 changes: 1 addition & 1 deletion 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 = "==4.0.0"
apache-superset = "==4.0.1"
urllib3 = "==2.0.7"

[dev-packages]
Expand Down
Loading

0 comments on commit a2b7dd8

Please sign in to comment.