From fb5ae3ea0f59886b98992d6fe605c5f508604eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:27:21 +0000 Subject: [PATCH] Update geojson requirement from ~=3.1.0 to ~=3.2.0 in /app Updates the requirements on [geojson](https://github.com/jazzband/geojson) to permit the latest version. - [Changelog](https://github.com/jazzband/geojson/blob/main/CHANGELOG.rst) - [Commits](https://github.com/jazzband/geojson/compare/3.1.0...3.2.0) --- updated-dependencies: - dependency-name: geojson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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",