From 1dd59b83dad9929b124da790819497dd3a236718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:02:14 +0000 Subject: [PATCH] deps(deps): 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] --- app/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 requirements.txt diff --git a/app/requirements.txt b/app/requirements.txt index 181ee32..111ec27 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -7,7 +7,7 @@ Flask-Migrate==4.0.5 PyMySQL==1.1.1 gunicorn cryptography==46.0.7 -geoip2>=4.8.0 +geoip2>=5.2.0 psutil==5.9.6 python-dotenv==1.2.2 PyJWT==2.12.0 diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 7f6cbee..b2fea91 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Flask-Migrate==4.0.5 Werkzeug==3.1.6 PyMySQL==1.1.1 gunicorn -geoip2>=4.8.0 +geoip2>=5.2.0 psutil==5.9.6 PyJWT==2.12.0 python-dotenv==1.2.2