Skip to content

Commit

Permalink
Bump pycountry from 17.5.14 to 24.6.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 8c29d9a commit 0e14a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycountry==17.5.14
pycountry==24.6.1
pytest==6.2.5
jsonschema==3.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0e14a29

Please sign in to comment.