diff --git a/doc/changelog.d/3604.dependencies.md b/doc/changelog.d/3604.dependencies.md new file mode 100644 index 0000000000..9eccbc1776 --- /dev/null +++ b/doc/changelog.d/3604.dependencies.md @@ -0,0 +1 @@ +build: bump pyfakefs from 5.7.1 to 5.7.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5bae794007..c14c4f6868 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ tests = [ "matplotlib==3.9.2", "pandas==2.2.3", "pyansys-tools-report==0.8.1", - "pyfakefs==5.7.1", + "pyfakefs==5.7.2", "pyiges[full]==0.3.1", "pytest-cov==6.0.0", "pytest-memprof<0.3.0",