From f1bcd9faef9db6ee0ebfbbde4b0b631be4adc1aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:04:39 +0000 Subject: [PATCH] chore(deps): bump polyline from 2.0.2 to 2.0.4 Bumps [polyline](https://github.com/frederickjansen/polyline) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/frederickjansen/polyline/releases) - [Commits](https://github.com/frederickjansen/polyline/compare/v2.0.2...v2.0.4) --- updated-dependencies: - dependency-name: polyline dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b0d2320723..49fbf3ff1b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dependencies = [ "paramiko>=3.4.0, <4.0", # 4.0 removed DSSKey, still referenced by sshtunnel "pgsanity", "Pillow>=11.0.0, <13", - "polyline>=2.0.0, <3.0", + "polyline>=2.0.4, <3.0", "pydantic>=2.8.0", "pyparsing>=3.3.2, <4", "python-dateutil",