From 7a509fe87327ea80ae226275a36ad1e567cdc922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:41:47 +0000 Subject: [PATCH] Bump geojson from 3.1.0 to 3.2.0 Bumps [geojson](https://github.com/jazzband/geojson) from 3.1.0 to 3.2.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 713cc9b6f..d8e1d4054 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1623,13 +1623,13 @@ files = [ [[package]] name = "geojson" -version = "3.1.0" +version = "3.2.0" description = "Python bindings and utilities for GeoJSON" optional = false python-versions = ">=3.7" files = [ - {file = "geojson-3.1.0-py3-none-any.whl", hash = "sha256:68a9771827237adb8c0c71f8527509c8f5bef61733aa434cefc9c9d4f0ebe8f3"}, - {file = "geojson-3.1.0.tar.gz", hash = "sha256:58a7fa40727ea058efc28b0e9ff0099eadf6d0965e04690830208d3ef571adac"}, + {file = "geojson-3.2.0-py3-none-any.whl", hash = "sha256:69d14156469e13c79479672eafae7b37e2dcd19bdfd77b53f74fa8fe29910b52"}, + {file = "geojson-3.2.0.tar.gz", hash = "sha256:b860baba1e8c6f71f8f5f6e3949a694daccf40820fa8f138b3f712bd85804903"}, ] [[package]] @@ -4959,4 +4959,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "6812b5497e3c203f9b7216e2e94adccd8e673f1ddfa0b901b83a5c1f58b769f4" +content-hash = "45f17ef7e2ea00493798fcbd7a266ec987f8d57cd3639923ffdceae8e1fc9ef8" diff --git a/pyproject.toml b/pyproject.toml index fc0d728de..fa4d3a840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ werkzeug = "^3.0.6" faker = "^26.0.0" async-timeout = "^4.0.3" bleach = "^6.1.0" -geojson = "^3.1.0" +geojson = "^3.2.0" numpy = "^1.26.4" ordered-set = "^4.1.0" phonenumbers = "^8.13.42"