chore: Bump polyline to 2.0.0 (#23844)

This commit is contained in:
EugeneTorap 2023-04-28 15:18:46 +03:00 committed by GitHub
parent dab038c005
commit 4a3984e49f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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",