diff --git a/pyproject.toml b/pyproject.toml index ba7ce479..fa0da46a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "coverage[toml]==7.4.4", "freezegun==1.4.0", "logassert==7", - "pyfakefs==5.3.5", + "pyfakefs==5.4.0", "pytest==8.1.1", "pytest-cov==5.0.0", "pytest-mock==3.14.0", @@ -56,7 +56,7 @@ lint = [ ] types = [ "mypy[reports]==1.9.0", - "pyright==1.1.356", + "pyright==1.1.357", ] docs = [ "furo==2024.1.29",