From c0bd1385fff7fd5672a3870cd01927d56b44bdfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 07:22:07 +0000 Subject: [PATCH] chore(deps): bump pygeohash from 3.1.3 to 3.2.0 Bumps [pygeohash](https://github.com/wdm0006/pygeohash) from 3.1.3 to 3.2.0. - [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/v3.1.3...v3.2.0) --- updated-dependencies: - dependency-name: pygeohash dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 683eb139..ed6b6eb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,6 +29,6 @@ drf-spectacular-sidecar==2025.7.1 django-cors-headers==4.7.0 base91==1.0.1 nostr-sdk==0.42.1 -pygeohash==3.1.3 +pygeohash==3.2.0 asgiref == 3.9.1 secp256k1