You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2023/04/28 12:18:54 UTC

[superset] branch master updated: chore: Bump polyline to 2.0.0 (#23844)

This is an automated email from the ASF dual-hosted git repository.

villebro 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 4a3984e49f chore: Bump polyline to 2.0.0 (#23844)
4a3984e49f is described below

commit 4a3984e49f6deb292d4e0f53dc3e74f78a0d6728
Author: EugeneTorap <ev...@gmail.com>
AuthorDate: Fri Apr 28 15:18:46 2023 +0300

    chore: Bump polyline to 2.0.0 (#23844)
---
 requirements/base.txt | 3 +--
 setup.py              | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index 0a33597717..c07c1bc516 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -202,7 +202,7 @@ parsedatetime==2.6
     # via apache-superset
 pgsanity==0.2.9
     # via apache-superset
-polyline==1.4.0
+polyline==2.0.0
     # via apache-superset
 prison==0.2.1
     # via flask-appbuilder
@@ -270,7 +270,6 @@ six==1.16.0
     #   isodate
     #   jsonschema
     #   paramiko
-    #   polyline
     #   prison
     #   pyrsistent
     #   python-dateutil
diff --git a/setup.py b/setup.py
index 0d7bf1aed8..8202d066d0 100644
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ setup(
         "pandas>=1.5.3, <1.6",
         "parsedatetime",
         "pgsanity",
-        "polyline",
+        "polyline>=2.0.0, <3.0",
         "pyparsing>=3.0.6, <4",
         "python-dateutil",
         "python-dotenv",