From c3db1dfb0951bf1da34be451b0a56237fa4fb398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:52:53 +0100 Subject: [PATCH] Update geoip2 requirement from ==4.* to ==5.* (#4792) Updates the requirements on [geoip2](https://github.com/maxmind/GeoIP2-python) to permit the latest version. - [Release notes](https://github.com/maxmind/GeoIP2-python/releases) - [Changelog](https://github.com/maxmind/GeoIP2-python/blob/main/HISTORY.rst) - [Commits](https://github.com/maxmind/GeoIP2-python/compare/v4.0.0...v5.0.1) --- updated-dependencies: - dependency-name: geoip2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1cde1d6313..655cd7dacb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "djangorestframework==3.15.*", "dnspython==2.7.*", "drf_ujson2==1.7.*", - "geoip2==4.*", + "geoip2==5.*", "importlib_metadata==8.*", # Polyfill, we can probably drop this once we require Python 3.10+ "isoweek", "jsonschema",