diff --git a/doc/changelog.d/4304.dependencies.md b/doc/changelog.d/4304.dependencies.md new file mode 100644 index 0000000000..b49eef0e65 --- /dev/null +++ b/doc/changelog.d/4304.dependencies.md @@ -0,0 +1 @@ +Bump pyfakefs from 5.10.0 to 5.10.2 diff --git a/pyproject.toml b/pyproject.toml index 95f31d1f92..cf85e69b78 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.2", "pyiges[full]==0.3.2", "pytest-cov==7.0.0", "pytest-profiling==1.8.1",