Skip to content

Commit 8f1e291

Browse files
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](pycountry/pycountry@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] <[email protected]>
1 parent af915e1 commit 8f1e291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pycountry==17.5.14
1+
pycountry==24.6.1
22
pytest==3.7.1
33
attrs==20.3.0
44
jsonschema==3.2.0;python_version!="3.4"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = io.open("README.md", encoding="utf-8").read()
77

88
lang_utils_requirements = [
9-
"pycountry==17.5.14",
9+
"pycountry==24.6.1",
1010
]
1111

1212
setup(

0 commit comments

Comments
 (0)