From 49c48d8964ae426582a6180992e9154564150768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 00:03:51 +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:production 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 5ed60ca4dc3..598e1775331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ tests = [ "matplotlib==3.10.7", "pandas==2.3.3", "pyansys-tools-report==0.8.3", - "pyfakefs==5.10.0", + "pyfakefs==5.10.1", "pyiges[full]==0.3.2", "pytest-cov==7.0.0", "pytest-profiling==1.8.1", From 181dde7c15c4e390c8c983ffec1d5d474a5557ee Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 31 Oct 2025 00:05:29 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4288.dependencies.md [dependabot-skip] --- doc/changelog.d/4288.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4288.dependencies.md diff --git a/doc/changelog.d/4288.dependencies.md b/doc/changelog.d/4288.dependencies.md new file mode 100644 index 00000000000..a6b7dc14611 --- /dev/null +++ b/doc/changelog.d/4288.dependencies.md @@ -0,0 +1 @@ +Bump pyfakefs from 5.10.0 to 5.10.1