From 75a500af1c589d9cea271544e4c09dc1bdf04849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 09:07:47 +0000 Subject: [PATCH] chore(deps): bump pygeohash from 1.2.0 to 3.0.1 Bumps [pygeohash](https://github.com/wdm0006/pygeohash) from 1.2.0 to 3.0.1. - [Release notes](https://github.com/wdm0006/pygeohash/releases) - [Changelog](https://github.com/wdm0006/pygeohash/blob/master/CHANGELOG.md) - [Commits](https://github.com/wdm0006/pygeohash/compare/1.2.0...v3.0.1) --- updated-dependencies: - dependency-name: pygeohash dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ae4c196a..c1b634c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,6 +29,6 @@ drf-spectacular-sidecar==2024.12.1 django-cors-headers==4.6.0 base91==1.0.1 nostr-sdk==0.35.1 -pygeohash==1.2.0 +pygeohash==3.0.1 asgiref == 3.8.1 secp256k1 \ No newline at end of file