From e83f46c706f4245fa569740d8fdf45636eae6974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:29:00 +0100 Subject: [PATCH] build: bump pyfakefs from 5.7.2 to 5.7.3 (#3630) * build: bump pyfakefs from 5.7.2 to 5.7.3 Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.7.2 to 5.7.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.7.2...v5.7.3) --- updated-dependencies: - dependency-name: pyfakefs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * ci: auto fixes from pre-commit.com hooks. for more information, see https://pre-commit.ci * chore: adding changelog file 3630.documentation.md [dependabot-skip] * chore: adding changelog file 3630.dependencies.md [dependabot-skip] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: German <28149841+germa89@users.noreply.github.com> --- doc/changelog.d/3630.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/3630.dependencies.md diff --git a/doc/changelog.d/3630.dependencies.md b/doc/changelog.d/3630.dependencies.md new file mode 100644 index 0000000000..c5144c76c7 --- /dev/null +++ b/doc/changelog.d/3630.dependencies.md @@ -0,0 +1 @@ +build: bump pyfakefs from 5.7.2 to 5.7.3 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2986d25d0b..1aeb4c21be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ tests = [ "matplotlib==3.10.0", "pandas==2.2.3", "pyansys-tools-report==0.8.1", - "pyfakefs==5.7.2", + "pyfakefs==5.7.3", "pyiges[full]==0.3.1", "pytest-cov==6.0.0", "pytest-pyvista==0.1.9",