From c00b864017aa57fa2057a33ec0a40b1ad825f364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:38:41 +0100 Subject: [PATCH] Bump pycountry from 23.12.11 to 24.6.1 (#1903) Bumps [pycountry](https://github.com/flyingcircusio/pycountry) from 23.12.11 to 24.6.1. - [Changelog](https://github.com/pycountry/pycountry/blob/main/HISTORY.txt) - [Commits](https://github.com/flyingcircusio/pycountry/compare/23.12.11...24.6.1) --- updated-dependencies: - dependency-name: pycountry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0f76cb0..51490e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1800,13 +1800,13 @@ files = [ [[package]] name = "pycountry" -version = "23.12.11" +version = "24.6.1" description = "ISO country, subdivision, language, currency and script definitions and their translations" optional = false python-versions = ">=3.8" files = [ - {file = "pycountry-23.12.11-py3-none-any.whl", hash = "sha256:2ff91cff4f40ff61086e773d61e72005fe95de4a57bfc765509db05695dc50ab"}, - {file = "pycountry-23.12.11.tar.gz", hash = "sha256:00569d82eaefbc6a490a311bfa84a9c571cff9ddbf8b0a4f4e7b4f868b4ad925"}, + {file = "pycountry-24.6.1-py3-none-any.whl", hash = "sha256:f1a4fb391cd7214f8eefd39556d740adcc233c778a27f8942c8dca351d6ce06f"}, + {file = "pycountry-24.6.1.tar.gz", hash = "sha256:b61b3faccea67f87d10c1f2b0fc0be714409e8fcdcc1315613174f6466c10221"}, ] [[package]] @@ -2790,4 +2790,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d327340cdf2c75cf731d2adf69b6115dadebd8854b9e8dfe6fe1031647c3d9c5" +content-hash = "36b4dc739207aeaad6dcb171d1c3ea7f88436475a479b81ee75c2525a835cf27" diff --git a/pyproject.toml b/pyproject.toml index 2ec6f50..2641dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ lxml = "^5.3.0" MarkupSafe = "^3.0.2" mock = "^4.0.3" multidict = "^6.0.4" -pycountry = "^23.12.11" +pycountry = "^24.6.1" PyPDF2 = "^3.0.1" PySocks = "^1.7.1" python-bidi = "^0.6.3"