diff --git a/pyproject.toml b/pyproject.toml index f590c653..8f671c36 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.3", "nonebug>=0.4.3", "poethepoet>=0.38.0", "pytest-asyncio>=1.3.0", diff --git a/uv.lock b/uv.lock index 68551221..a11e19d6 100644 --- a/uv.lock +++ b/uv.lock @@ -374,17 +374,18 @@ wheels = [ [[package]] name = "inline-snapshot" -version = "0.31.1" +version = "0.32.3" 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/c7/66/9e1a4d3341e8301a98f6987afd7c7053441b4c07360b1fa4fca7279683f9/inline_snapshot-0.32.3.tar.gz", hash = "sha256:c606d2551de08a293d29bfcd1df2edde9d478f57c83f063b4642f45906b2d748", size = 2625275, upload-time = "2026-02-24T07:46:54.851Z" } 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/c5/af/38e4c5192ab8dbcc73dee07bc0f76718e4a8612783f0e573374588228c1c/inline_snapshot-0.32.3-py3-none-any.whl", hash = "sha256:3925c75fadfcbd190f3c77218a485d27d8af46b952bfe64410b482dd9dbeb24f", size = 84668, upload-time = "2026-02-24T07:46:53.029Z" }, ] [[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.3" }, { name = "nonebug", specifier = ">=0.4.3" }, { name = "poethepoet", specifier = ">=0.38.0" }, { name = "pytest-asyncio", specifier = ">=1.3.0" },