Skip to content

Commit 978e73a

Browse files
chore(deps): update geoip2 requirement from ==4.* to ==5.* (#1333)
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](maxmind/GeoIP2-python@v4.0.0...v5.2.0) --- updated-dependencies: - dependency-name: geoip2 dependency-version: 5.2.0 dependency-type: direct:production ... Signed-off-by: Mario Behling <[email protected]>
1 parent 84dbee0 commit 978e73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies = [
8888
'cryptography>=3.4.2',
8989
'pycryptodome==3.20.*',
9090
'sepaxml==2.6.*',
91-
'geoip2==4.*',
91+
'geoip2==5.*',
9292
'sendgrid==6.11.*',
9393
'importlib_metadata==8.*',
9494
'qrcode==7.4.*',

0 commit comments

Comments
 (0)