diff --git a/pyproject.toml b/pyproject.toml index 95e341d..e2ea23c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,16 +110,16 @@ viz = [ "folium>=0.15.0,<1.0.0", ] test = [ - "pytest>=7.4.0,<9.0.0", - "pytest-cov>=4.1.0,<6.0.0", - "pytest-benchmark>=4.0.0,<5.0.0", + "pytest>=7.4.0,<10.0.0", + "pytest-cov>=4.1.0,<8.0.0", + "pytest-benchmark>=4.0.0,<6.0.0", "hypothesis>=6.92.0,<7.0.0", ] dev = [ "UCID[test]", - "mypy>=1.7.0,<2.0.0", + "mypy>=1.7.0,<3.0.0", "ruff>=0.1.9,<1.0.0", - "pre-commit>=3.5.0,<4.0.0", + "pre-commit>=3.5.0,<5.0.0", ] docs = [ "mkdocs>=1.5.0,<2.0.0",