From 69102924517cc14bb5d75baad67652e1f69de3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:19:14 +0000 Subject: [PATCH] Update geoip2 requirement from >=4.8.0 to >=5.2.0 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.8.0...v5.2.0) --- updated-dependencies: - dependency-name: geoip2 dependency-version: 5.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b0517f..6b2c0e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests>=2.31.0 -geoip2>=4.8.0 +geoip2>=5.2.0 matplotlib>=3.8.0 pandas>=2.1.0 plotly>=5.17.0