From aac528838346941247fadca7c9f57a88819b02c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:09:01 -0500 Subject: [PATCH] chore(deps): update development dependencies (non-major) (#547) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",