From b382899f1c7e720332da3b581c83033e4b39835f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:45:13 +0000 Subject: [PATCH 1/2] Bump geoip2 from 4.7.0 to 4.8.0 Bumps [geoip2](https://github.com/maxmind/GeoIP2-python) from 4.7.0 to 4.8.0. - [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.7.0...v4.8.0) --- updated-dependencies: - dependency-name: geoip2 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 9ba4e9c036c..9bc33671a91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ pycsw==2.6.1 SQLAlchemy==2.0.21 # required by PyCSW Shapely==1.8.5.post1 mercantile==1.2.1 -geoip2==4.7.0 +geoip2==4.8.0 numpy==1.26.* # # Apps with packages provided in GeoNode's PPA on Launchpad. From 0cbe54f5aa718e1c8d67d7f3fd59a23f3d0614ea Mon Sep 17 00:00:00 2001 From: afabiani Date: Wed, 10 Jan 2024 16:16:20 +0100 Subject: [PATCH 2/2] [Dependencies] Align setup.cfg with requirements.txt --- requirements.txt | 1 - setup.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9bc33671a91..159e397c850 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,6 @@ pycsw==2.6.1 SQLAlchemy==2.0.21 # required by PyCSW Shapely==1.8.5.post1 mercantile==1.2.1 -geoip2==4.8.0 numpy==1.26.* # # Apps with packages provided in GeoNode's PPA on Launchpad. diff --git a/setup.cfg b/setup.cfg index b89b4921313..6c7756ecd5a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -85,7 +85,6 @@ install_requires = SQLAlchemy==2.0.21 # required by PyCSW Shapely==1.8.5.post1 mercantile==1.2.1 - geoip2==4.7.0 numpy==1.26.* # # Apps with packages provided in GeoNode's PPA on Launchpad.