This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 78bc0693d4 chore: bump dependencies (#23581)
78bc0693d4 is described below
commit 78bc0693d47538f3bda549ea92893f52e60ab1c8
Author: Beto Dealmeida <[email protected]>
AuthorDate: Mon May 15 19:06:10 2023 -0700
chore: bump dependencies (#23581)
Co-authored-by: Hugh A. Miles II <[email protected]>
---
requirements/base.txt | 10 +++++++---
requirements/development.in | 1 +
requirements/development.txt | 2 +-
requirements/docker.in | 2 +-
requirements/docker.txt | 6 +-----
setup.py | 1 +
6 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/requirements/base.txt b/requirements/base.txt
index 4ffcc24b1b..f533ca3696 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -122,6 +122,8 @@ geographiclib==1.52
# via geopy
geopy==2.2.0
# via apache-superset
+greenlet==2.0.2
+ # via sqlalchemy
gunicorn==20.1.0
# via apache-superset
hashids==1.3.1
@@ -156,8 +158,10 @@ korean-lunar-calendar==0.2.1
# via holidays
limits==3.4.0
# via flask-limiter
-mako==1.1.4
- # via alembic
+mako==1.2.4
+ # via
+ # alembic
+ # apache-superset
markdown==3.3.4
# via apache-superset
markdown-it-py==2.2.0
@@ -312,7 +316,7 @@ werkzeug==2.3.3
# flask-login
wrapt==1.12.1
# via deprecated
-wtforms==3.0.1
+wtforms==2.3.3
# via
# apache-superset
# flask-appbuilder
diff --git a/requirements/development.in b/requirements/development.in
index bd80b69ee0..efe5bb5747 100644
--- a/requirements/development.in
+++ b/requirements/development.in
@@ -22,4 +22,5 @@ ipython
progress>=1.5,<2
pyinstrument>=4.0.2,<5
pylint==2.9.6
+setuptools>=65.5.1
sqloxide
diff --git a/requirements/development.txt b/requirements/development.txt
index 870c0c6a23..e398368e7a 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -1,4 +1,4 @@
-# SHA1:48510babdc779399d3e065d67c6418cbf4f50ca3
+# SHA1:6d10e2cb134133e823edef48aa3e33b2b1b85681
#
# This file is autogenerated by pip-compile-multi
# To update, run:
diff --git a/requirements/docker.in b/requirements/docker.in
index c6d185281d..b7e893f3e9 100644
--- a/requirements/docker.in
+++ b/requirements/docker.in
@@ -17,4 +17,4 @@
-r base.in
-e .[postgres]
gevent
-greenlet==2.0.2
+greenlet>=2.0.2
diff --git a/requirements/docker.txt b/requirements/docker.txt
index 64d3e46ec2..1c6009b944 100644
--- a/requirements/docker.txt
+++ b/requirements/docker.txt
@@ -1,4 +1,4 @@
-# SHA1:760660946a6dff943aa184cd697c9f2392256b90
+# SHA1:439e3ee196ce81f342c935117ba5e0eeee8c385b
#
# This file is autogenerated by pip-compile-multi
# To update, run:
@@ -12,10 +12,6 @@
# -r requirements/docker.in
gevent==22.10.2
# via -r requirements/docker.in
-greenlet==2.0.2
- # via
- # -r requirements/docker.in
- # gevent
psycopg2-binary==2.9.6
# via apache-superset
zope-event==4.5.0
diff --git a/setup.py b/setup.py
index 379be06978..b1988d0ac9 100644
--- a/setup.py
+++ b/setup.py
@@ -97,6 +97,7 @@ setup(
"holidays>=0.23, <0.24",
"humanize",
"isodate",
+ "Mako>=1.2.2",
"markdown>=3.0",
"msgpack>=1.0.0, <1.1",
"nh3>=0.2.11, <0.3",