From 83b4a34d89b09033557dc21ede802003e42c5d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:30:56 +0000 Subject: [PATCH] Bump maxminddb from 2.8.2 to 3.0.0 Bumps [maxminddb](https://github.com/maxmind/MaxMind-DB-Reader-python) from 2.8.2 to 3.0.0. - [Release notes](https://github.com/maxmind/MaxMind-DB-Reader-python/releases) - [Changelog](https://github.com/maxmind/MaxMind-DB-Reader-python/blob/main/HISTORY.rst) - [Commits](https://github.com/maxmind/MaxMind-DB-Reader-python/compare/v2.8.2...v3.0.0) --- updated-dependencies: - dependency-name: maxminddb dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fc11de27..f34afb33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ frozenlist==1.8.0 geoip2==5.2.0 idna==3.11 - maxminddb==2.8.2 + maxminddb==3.0.0 multidict==6.7.0 mysqlclient==2.2.7 numpy==2.3.5 diff --git a/setup.cfg b/setup.cfg index 7950fffe..4443c731 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,7 +77,7 @@ install_requires = frozenlist==1.8.0 geoip2==5.2.0 idna==3.11 - maxminddb==2.8.2 + maxminddb==3.0.0 multidict==6.7.0 mysqlclient==2.2.7 numpy==2.3.5