Skip to content

chore(api): update dependency pycountry to v23 (develop)

RenovateBot requested to merge renovate/develop-api-pycountry-23.x into develop

This MR contains the following updates:

Package Type Update Change
pycountry (changelog) dependencies major 22.3.5 -> 23.12.11

Release Notes

flyingcircusio/pycountry (pycountry)

v23.12.11

Compare Source

  • Fixed import of importlib_metadata to importlib.metadata

  • Fixed bug causing parent subdivision codes to be returned with additional country code preceeding (i.e. GB-GB-ENG instead of GB-ENG)

v23.12.7

Compare Source

  • Dropped support for end-of-life Python 3.6 and 3.7.

  • Added support for Python 3.11 and Python 3.12.

  • Added dependency on importlib-resources for Python 3.8.

  • Dropped implicit dependency on setuptools for pkg_resources. (Thanks to D3X!)

  • Update to iso-codes 4.15.0. (Thanks to alanorth!)

  • Removes iso3166.mo files and opts for newer iso3166-1.mo and iso3166-3.mo files for Country and Historic Country Translations respectively.

    Warning: This requires an update in your application code when you previously used to access the iso3166 gettext data.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports