diff --git a/doc/changelog.d/5885.dependencies.md b/doc/changelog.d/5885.dependencies.md new file mode 100644 index 00000000000..19115a200d0 --- /dev/null +++ b/doc/changelog.d/5885.dependencies.md @@ -0,0 +1 @@ +update mock requirement from <5.2,>=5.1.0 to >=5.1.0,<5.3 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 09c7629e26b..64d14dab367 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,<9.1", "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",