diff --git a/Pipfile b/Pipfile index ee012c4..d2c17d4 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ numpy = ">=2.2.0" requests = ">=2.32.0" [dev-packages] -pytest = ">=7.2.0" +pytest = ">=8.3.4" [requires] -python_version = "3.11" +python_version = "3.12" diff --git a/pyproject.toml b/pyproject.toml index 1f593e7..98ce12f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ numpy = "^2.2.0" autopep8 = "^2.3.2" flake8 = "^7.1.1" pytest = "^8.3.4" -pytest-cov = "^6.0.0" +pytest-cov = "^5.0.0" [build-system] requires = ["poetry-core>=1.9.1"]