From a8981ee11987ee6e41dd1564b753d4aef8a5be3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 04:38:56 +0000 Subject: [PATCH 1/2] build: bump pyfakefs from 5.9.3 to 5.10.0 Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/pytest-dev/pyfakefs/releases) - [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md) - [Commits](https://github.com/pytest-dev/pyfakefs/compare/v5.9.3...v5.10.0) --- updated-dependencies: - dependency-name: pyfakefs dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7bf633a..83b3ab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tests = [ "grpcio==1.71.2", "grpcio-health-checking==1.71.2", "hypothesis==6.140.3", - "pyfakefs==5.9.3", + "pyfakefs==5.10.0", "pytest==8.4.2", "pytest-cov==7.0.0", ] From 61f646a60ff31cd1b47f73da930354deb533b574 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 17 Oct 2025 04:39:24 +0000 Subject: [PATCH 2/2] chore: adding changelog file 64.miscellaneous.md [dependabot-skip] --- doc/source/changelog/64.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/64.miscellaneous.md diff --git a/doc/source/changelog/64.miscellaneous.md b/doc/source/changelog/64.miscellaneous.md new file mode 100644 index 0000000..52e7a9f --- /dev/null +++ b/doc/source/changelog/64.miscellaneous.md @@ -0,0 +1 @@ +Build: bump pyfakefs from 5.9.3 to 5.10.0