diff --git a/pyproject.toml b/pyproject.toml index 6d11d23a..83e7f97e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ Changelog = "https://github.com/nonebot/noneflow/blob/main/CHANGELOG.md" [dependency-groups] dev = [ - "inline-snapshot>=0.32.4", + "inline-snapshot>=0.32.5", "nonebug>=0.4.3", "poethepoet>=0.42.1", "pytest-asyncio>=1.3.0", diff --git a/uv.lock b/uv.lock index 25590438..eaefa4ee 100644 --- a/uv.lock +++ b/uv.lock @@ -645,7 +645,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ - { name = "inline-snapshot", specifier = ">=0.32.4" }, + { name = "inline-snapshot", specifier = ">=0.32.5" }, { name = "nonebug", specifier = ">=0.4.3" }, { name = "poethepoet", specifier = ">=0.42.1" }, { name = "pytest-asyncio", specifier = ">=1.3.0" },