diff --git a/doc/source/changelog/80.miscellaneous.md b/doc/source/changelog/80.miscellaneous.md new file mode 100644 index 00000000..32115d90 --- /dev/null +++ b/doc/source/changelog/80.miscellaneous.md @@ -0,0 +1 @@ +Build: bump pyfakefs from 5.10.0 to 5.10.1 diff --git a/pyproject.toml b/pyproject.toml index 20bda739..7aff79e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tests = [ "grpcio==1.76.0", "grpcio-health-checking==1.76.0", "hypothesis==6.142.4", - "pyfakefs==5.10.0", + "pyfakefs==5.10.1", "pytest==8.4.2", "pytest-cov==7.0.0", ]