diff --git a/doc/source/changelog/95.dependencies.md b/doc/source/changelog/95.dependencies.md new file mode 100644 index 00000000..94378a5a --- /dev/null +++ b/doc/source/changelog/95.dependencies.md @@ -0,0 +1 @@ +Build: bump pyfakefs from 5.10.1 to 5.10.2 diff --git a/pyproject.toml b/pyproject.toml index 69bd78e0..2b8459a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tests = [ "grpcio==1.76.0", "grpcio-health-checking==1.76.0", "hypothesis==6.146.0", - "pyfakefs==5.10.1", + "pyfakefs==5.10.2", "pytest==8.4.2", "pytest-cov==7.0.0", ]