Skip to content

chore(deps): bump geoip2 from 5.2.0 to 5.3.0#245

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/geoip2-5.3.0
Open

chore(deps): bump geoip2 from 5.2.0 to 5.3.0#245
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/geoip2-5.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Bumps geoip2 from 5.2.0 to 5.3.0.

Release notes

Sourced from geoip2's releases.

5.3.0

  • The version is now retrieved from package metadata at runtime using importlib.metadata. This reduces the chance of version inconsistencies during releases.
  • The async client now builds its Authorization header with aiohttp.encode_basic_auth() instead of the aiohttp.BasicAuth / auth= parameter, which are deprecated as of aiohttp 3.14.0. As a result, the minimum required aiohttp version is now 3.14.0.
  • A new residential attribute has been added to geoip2.records.Anonymizer. This is a geoip2.records.AnonymizerFeed object providing residential proxy data for the network and contains the following fields: confidence, network_last_seen, and provider_name. This attribute may be populated even when no other anonymizer attributes are set, so the anonymizer object may now contain only this attribute.
Changelog

Sourced from geoip2's changelog.

5.3.0 ++++++++++++++++++

  • The version is now retrieved from package metadata at runtime using importlib.metadata. This reduces the chance of version inconsistencies during releases.
  • The async client now builds its Authorization header with aiohttp.encode_basic_auth() instead of the aiohttp.BasicAuth / auth= parameter, which are deprecated as of aiohttp 3.14.0. As a result, the minimum required aiohttp version is now 3.14.0.
  • A new residential attribute has been added to geoip2.records.Anonymizer. This is a geoip2.records.AnonymizerFeed object providing residential proxy data for the network and contains the following fields: confidence, network_last_seen, and provider_name. This attribute may be populated even when no other anonymizer attributes are set, so the anonymizer object may now contain only this attribute.
Commits
  • 9346701 Update for v5.3.0
  • 38d6b9a Update copyright years
  • 5e265ea Set release date
  • a2998b5 Merge pull request #440 from maxmind/greg/stf-997-add-residential-to-anonymizer
  • a1e227a Replace Any with object for unused kwargs
  • 635bcb7 Add residential sub-object to anonymizer for Insights
  • bfc90e4 Merge pull request #441 from maxmind/dependabot/github_actions/astral-sh/setu...
  • 4a9a252 Bump astral-sh/setup-uv from 8.2.0 to 8.3.0
  • 911d4d2 Merge pull request #437 from maxmind/dependabot/github_actions/github/codeql-...
  • 607d058 Merge pull request #438 from maxmind/dependabot/github_actions/github/codeql-...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [geoip2](https://github.com/maxmind/GeoIP2-python) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/maxmind/GeoIP2-python/releases)
- [Changelog](https://github.com/maxmind/GeoIP2-python/blob/main/HISTORY.rst)
- [Commits](maxmind/GeoIP2-python@v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: geoip2
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants