From c3ed1615203ded8ee5542d812ea54fe5f337ca0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:11:18 +0000 Subject: [PATCH 1/2] build: bump pyfakefs from 5.8.0 to 5.9.3 Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.8.0 to 5.9.3. - [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.8.0...v5.9.3) --- updated-dependencies: - dependency-name: pyfakefs dependency-version: 5.9.3 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 83baef5..31a2a58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tests = [ "grpcio==1.71.2", "grpcio-health-checking==1.71.2", "hypothesis==6.135.10", - "pyfakefs==5.8.0", + "pyfakefs==5.9.3", "pytest==8.4.0", "pytest-cov==6.1.1", ] From 6ec137366a53f283d0eb4048968689b76de1b5b4 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:11:46 +0000 Subject: [PATCH 2/2] chore: adding changelog file 49.miscellaneous.md [dependabot-skip] --- doc/source/changelog/49.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/49.miscellaneous.md diff --git a/doc/source/changelog/49.miscellaneous.md b/doc/source/changelog/49.miscellaneous.md new file mode 100644 index 0000000..0e1d5e5 --- /dev/null +++ b/doc/source/changelog/49.miscellaneous.md @@ -0,0 +1 @@ +Build: bump pyfakefs from 5.8.0 to 5.9.3