From cddb6e45772e2250283123d3c87269787b585838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 05:22:49 +0000 Subject: [PATCH 1/2] BUILD: update mock requirement from <5.2,>=5.1.0 to >=5.1.0,<5.3 Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version. - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/5.1.0...5.2.0) --- updated-dependencies: - dependency-name: mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", From 94209099283fba3a52d13550e4d43fd3848ff309 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Sat, 8 Mar 2025 05:24:41 +0000 Subject: [PATCH 2/2] chore: adding changelog file 5885.dependencies.md [dependabot-skip] --- doc/changelog.d/5885.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/5885.dependencies.md 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