From 85a94784654c64f8e6b68b9c0796a1a408a7c6f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 04:43:56 +0000 Subject: [PATCH 1/2] build: bump pyfakefs from 5.10.0 to 5.10.1 Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.10.0 to 5.10.1. - [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.10.0...v5.10.1) --- updated-dependencies: - dependency-name: pyfakefs dependency-version: 5.10.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20bda739..7aff79e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tests = [ "grpcio==1.76.0", "grpcio-health-checking==1.76.0", "hypothesis==6.142.4", - "pyfakefs==5.10.0", + "pyfakefs==5.10.1", "pytest==8.4.2", "pytest-cov==7.0.0", ] From 4c3eb3b4b1b170327a444c16b3f50e4919bd351b Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 3 Nov 2025 04:44:17 +0000 Subject: [PATCH 2/2] chore: adding changelog file 80.miscellaneous.md [dependabot-skip] --- doc/source/changelog/80.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/80.miscellaneous.md diff --git a/doc/source/changelog/80.miscellaneous.md b/doc/source/changelog/80.miscellaneous.md new file mode 100644 index 00000000..32115d90 --- /dev/null +++ b/doc/source/changelog/80.miscellaneous.md @@ -0,0 +1 @@ +Build: bump pyfakefs from 5.10.0 to 5.10.1