diff --git a/pyproject.toml b/pyproject.toml index f40b2f7ce5f..1a4792083eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,11 +53,11 @@ dependencies = [ unit-tests = [ "pytest>=7.4.0,<8.4", "pytest-cov>=4.0.0,<6.1", - "mock>=5.1.0,<5.2", + "mock>=5.1.0,<5.3", ] integration-tests = [ "matplotlib>=3.5.0,<3.11", - "mock>=5.1.0,<5.2", + "mock>=5.1.0,<5.3", "numpy>=1.20.0,<2.3", "pandas>=1.1.0,<2.3", "pytest>=7.4.0,<8.4", @@ -67,7 +67,7 @@ tests = [ "ipython>=7.30.0,<8.34", "joblib>=1.0.0,<1.5", "matplotlib>=3.5.0,<3.11", - "mock>=5.1.0,<5.2", + "mock>=5.1.0,<5.3", "numpy>=1.20.0,<2.3", "openpyxl>=3.1.0,<3.3", "osmnx>=1.1.0,<2.1",