From 0a524eb3661f833af6556e7b611ed9af41c1fd8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 09:01:36 +0000 Subject: [PATCH] Bump geoip2 from 4.6.0 to 4.7.0 Bumps [geoip2](https://github.com/maxmind/GeoIP2-python) from 4.6.0 to 4.7.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.6.0...v4.7.0) --- updated-dependencies: - dependency-name: geoip2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6c8121..0f24f7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "tabulate>=0.9.0", "rich==13.3.5", "user-agents==2.2.0", - "geoip2==4.6.0", + "geoip2==4.7.0", "python-whois==0.8.0", ]