diff --git a/doc/changelog.d/4352.dependencies.md b/doc/changelog.d/4352.dependencies.md new file mode 100644 index 00000000000..8f15c941193 --- /dev/null +++ b/doc/changelog.d/4352.dependencies.md @@ -0,0 +1 @@ +Bump pyfakefs from 5.10.2 to 6.0.0 diff --git a/pyproject.toml b/pyproject.toml index 1c70f75a180..4014917bdf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ tests = [ "matplotlib==3.10.8", "pandas==2.3.3", "pyansys-tools-report==0.9.0", - "pyfakefs==5.10.2", + "pyfakefs==6.0.0", "pyiges[full]==0.3.2", "pytest-cov==7.0.0", "pytest-profiling==1.8.1",