Skip to content

Commit

Permalink
Update pycountry requirement from ~=23.12 to >=23.12,<25.0 in the pyt…
Browse files Browse the repository at this point in the history
…hon-packages group (#97)

Update pycountry requirement in the python-packages group

Updates the requirements on [pycountry](https://github.com/flyingcircusio/pycountry) to permit the latest version.

Updates `pycountry` to 24.6.1
- [Changelog](https://github.com/pycountry/pycountry/blob/main/HISTORY.txt)
- [Commits](pycountry/pycountry@23.12.7...24.6.1)

---
updated-dependencies:
- dependency-name: pycountry
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent 1e1e69b commit 22545ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test = [
"pytest-mock~=3.14",
"aioresponses~=0.7",
"pyyaml~=6.0",
"pycountry~=23.12",
"pycountry>=23.12,<25.0",
]
docs = [
"musify[build]",
Expand Down

0 comments on commit 22545ea

Please sign in to comment.