Skip to content

Commit c1aa38a

Browse files
Update geoip2 requirement from <5.0.0,>=4.8.0 to >=4.8.0,<6.0.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/v5.0.1/HISTORY.rst) - [Commits](maxmind/GeoIP2-python@v4.8.0...v5.0.1) --- updated-dependencies: - dependency-name: geoip2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0468503 commit c1aa38a

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
@@ -8,7 +8,7 @@ authors = [
88
dependencies = [
99
"aiohttp>=3.6.2,<4.0.0",
1010
"email_validator>=2.0.0,<3.0.0",
11-
"geoip2>=4.8.0,<5.0.0",
11+
"geoip2>=4.8.0,<6.0.0",
1212
"requests>=2.24.0,<3.0.0",
1313
"voluptuous",
1414
]

0 commit comments

Comments
 (0)