Skip to content

Commit

Permalink
chore: Bump polyline to 2.0.0 (#23844)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneTorap authored Apr 28, 2023
1 parent dab038c commit 4a3984e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -270,7 +270,6 @@ six==1.16.0
# isodate
# jsonschema
# paramiko
# polyline
# prison
# pyrsistent
# python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def get_git_sha() -> str:
"pandas>=1.5.3, <1.6",
"parsedatetime",
"pgsanity",
"polyline",
"polyline>=2.0.0, <3.0",
"pyparsing>=3.0.6, <4",
"python-dateutil",
"python-dotenv",
Expand Down

0 comments on commit 4a3984e

Please sign in to comment.