diff --git a/pyproject.toml b/pyproject.toml index c58a2ac..b7269a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,13 +53,13 @@ build = [ ] test = [ "musify[all]", - "pytest~=8.2", + "pytest~=8.3", "pytest-asyncio~=0.23", "pytest-xdist~=3.6", "pytest-mock~=3.14", "aioresponses~=0.7", "pyyaml~=6.0", - "pycountry>=23.12,<25.0", + "pycountry>=24.6,<25.0", ] docs = [ "musify[build]",