From 0e14a295fd3304a4d6624055a420e79a860fb776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:32:41 +0000 Subject: [PATCH] Bump pycountry from 17.5.14 to 24.6.1 Bumps [pycountry](https://github.com/flyingcircusio/pycountry) from 17.5.14 to 24.6.1. - [Changelog](https://github.com/pycountry/pycountry/blob/main/HISTORY.txt) - [Commits](https://github.com/flyingcircusio/pycountry/compare/17.5.14...24.6.1) --- updated-dependencies: - dependency-name: pycountry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 9a551e6..f6057e8 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,3 +1,3 @@ -pycountry==17.5.14 +pycountry==24.6.1 pytest==6.2.5 jsonschema==3.2.0 diff --git a/setup.py b/setup.py index 1cf3c6a..770205d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = io.open("README.md", encoding="utf-8").read() lang_utils_requirements = [ - "pycountry==17.5.14", + "pycountry==24.6.1", ] setup(