From bfcc4c93f6d6a3d1f4673b40d70757dbaa857f4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 14:07:32 +0000 Subject: [PATCH] chore(deps): update dependency pyproj to v3.7.2 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b73bc71a..e2bfa77ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dev = [ "opencv-python >= 4.0.0, < 5.0.0", "azure-storage-blob >= 12.0.0, < 13.0.0", # optional dependencies gis - "pyproj == 3.7.1", + "pyproj ==3.7.2", "shapely >= 1.8, < 3", # optional dependencies - cli "tabulate >= 0.9.0, < 0.10.0", @@ -98,7 +98,7 @@ all = [ "kili-formats[all] == 1.0.0", "opencv-python >= 4.0.0, < 5.0.0", "Pillow >=9.0.0, <11.0.0", - "pyproj == 3.7.1", + "pyproj ==3.7.2", "pyyaml >= 6.0, < 7.0", "shapely >= 1.8, < 3", "tabulate >= 0.9.0, < 0.10.0" @@ -111,7 +111,7 @@ coco = [ "kili-formats[coco] == 1.0.0" ] gis = [ - "pyproj == 3.7.1", + "pyproj ==3.7.2", "shapely >= 1.8, < 3" ] image = [