From 224a1c49e47cb3e8037d419f8b4fb8ef1e651873 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 01:16:58 +0000 Subject: [PATCH] Update dependency geojson to ~=3.2.0 --- app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pyproject.toml b/app/pyproject.toml index 2809f0a3..41ea0111 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "erddapy>1.2.1", "flower~=2.0.1", "freezegun~=1.5.1", - "geojson~=3.1.0", + "geojson~=3.2.0", "netcdf4~=1.7.1", "pandas>1.5.3", "psycopg2-binary~=2.9.9",