From 9df1762b5c55e4dd90f4ca4da6ae5b3a9c17d2f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:28:18 +0000 Subject: [PATCH] Bump the python-packages group with 1 update Bumps the python-packages group with 1 update: [geodense](https://github.com/GeodetischeInfrastructuur/geodense). Updates `geodense` from 1.0-RC1 to 1.0rc1 - [Release notes](https://github.com/GeodetischeInfrastructuur/geodense/releases) - [Commits](https://github.com/GeodetischeInfrastructuur/geodense/commits) --- updated-dependencies: - dependency-name: geodense dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d8a348..605654b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pyproj == 3.6.1", "pydantic-settings == 2.1.0", "email-validator == 2.1.0.post1", - "geodense == 1.0-RC1", + "geodense == 1.0rc1", ] requires-python = ">=3.11.4" dynamic = ["version"]