diff --git a/pyproject.toml b/pyproject.toml index be660f9..decb10c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "pytest-asyncio==1.4.0", "pytest==9.1.1", "pytest-cov==7.1.0", - "syrupy==5.3.3", + "syrupy==5.3.4", ] [tool.hatch.envs.hatch-static-analysis] @@ -71,7 +71,7 @@ pythonpath = ["pythonkuma"] extra-dependencies = [ "pytest-cov==7.1.0", "pytest-asyncio==1.4.0", - "syrupy==5.3.3", + "syrupy==5.3.4", ] extra-args = ["--cov-report=xml", "-vv"]