diff --git a/pyproject.toml b/pyproject.toml index c11a9ea..824ef97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ openhexa = "openhexa.cli:app" [project.optional-dependencies] -dev = [ "ruff~=0.0.278", "pytest~=7.3.0", "build>=0.10,<1.1", "pytest-cov>=4.0,<4.2" , "pre-commit"] +dev = [ "ruff~=0.0.278", "pytest~=7.4.4", "build>=0.10,<1.1", "pytest-cov>=4.0,<4.2" , "pre-commit"] examples= ["geopandas~=0.12.2", "pandas~=2.0.0", "rasterio~=1.3.6", "rasterstats>=0.18,<0.20", "setuptools>=67.6.1,<69.1.0", "SQLAlchemy~=2.0.9", "psycopg2"]