diff --git a/pyproject.toml b/pyproject.toml index f590c653..db2bae0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ Changelog = "https://github.com/nonebot/noneflow/blob/main/CHANGELOG.md" [dependency-groups] dev = [ - "inline-snapshot>=0.31.1", + "inline-snapshot>=0.32.4", "nonebug>=0.4.3", "poethepoet>=0.38.0", "pytest-asyncio>=1.3.0", diff --git a/uv.lock b/uv.lock index 68551221..f82978cb 100644 --- a/uv.lock +++ b/uv.lock @@ -374,17 +374,18 @@ wheels = [ [[package]] name = "inline-snapshot" -version = "0.31.1" +version = "0.32.4" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "asttokens" }, { name = "executing" }, { name = "pytest" }, { name = "rich" }, + { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/1c/b1/52b5ee59f73ed31d5fe21b10881bf2d121d07d54b23c0b6b74186792e620/inline_snapshot-0.31.1.tar.gz", hash = "sha256:4ea5ed70aa1d652713bbfd750606b94bd8a42483f7d3680433b3e92994495f64", size = 2606338, upload-time = "2025-11-07T07:36:18.932Z" } +sdist = { url = "https://files.pythonhosted.org/packages/47/fd/535e30d0dfaf97666e79900c3d8369bf0fe80aabcd3bf56c64dd5b2fd9fc/inline_snapshot-0.32.4.tar.gz", hash = "sha256:f6c21f3a5cb8b4cc5a9ae80fa5d1b66bb642195884ddd6960d383c21a2258318", size = 2626703, upload-time = "2026-03-01T06:19:13.777Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ba/52/945db420380efbda8c69a7a4a16c53df9d7ac50d8217286b9d41e5d825ff/inline_snapshot-0.31.1-py3-none-any.whl", hash = "sha256:7875a73c986a03388c7e758fb5cb8a43d2c3a20328aa1d851bfb4ed536c4496f", size = 71965, upload-time = "2025-11-07T07:36:16.836Z" }, + { url = "https://files.pythonhosted.org/packages/14/c8/7cf871126446634542777e9b8db79230463c9502cce26b75487b3889dcf7/inline_snapshot-0.32.4-py3-none-any.whl", hash = "sha256:39635f91f34453250969bdaba14b0de8d4d02126ef60b2ae654676aafa42f687", size = 84985, upload-time = "2026-03-01T06:19:10.994Z" }, ] [[package]] @@ -626,7 +627,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ - { name = "inline-snapshot", specifier = ">=0.31.1" }, + { name = "inline-snapshot", specifier = ">=0.32.4" }, { name = "nonebug", specifier = ">=0.4.3" }, { name = "poethepoet", specifier = ">=0.38.0" }, { name = "pytest-asyncio", specifier = ">=1.3.0" },