From 8e541cf6db6ebc81c2dede2d8be5d52f45754626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 17:37:13 +0000 Subject: [PATCH] build(deps-dev): bump inline-snapshot from 0.20.9 to 0.25.1 --- updated-dependencies: - dependency-name: inline-snapshot dependency-version: 0.25.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7a506fa..880906a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1296,19 +1296,20 @@ files = [ [[package]] name = "inline-snapshot" -version = "0.20.9" +version = "0.25.1" description = "golden master/snapshot/approval testing library which puts the values right into your source code" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "inline_snapshot-0.20.9-py3-none-any.whl", hash = "sha256:e4bffcfb39d79bba0320a138e47217601823bbf6948760d75fa175d62a7b893d"}, - {file = "inline_snapshot-0.20.9.tar.gz", hash = "sha256:ce41505690f0f6ca96466776bc3e015ccc7412ecb65b74f4e7e90f1a834cbac4"}, + {file = "inline_snapshot-0.25.1-py3-none-any.whl", hash = "sha256:156c6f41e003cdb9cac44a3ba8cdb90cc9a4e525b6f98b52e0190caba3b7e929"}, + {file = "inline_snapshot-0.25.1.tar.gz", hash = "sha256:522003de2e4640b2e11c9e6971f0af7f1bc5d82aee433231cb07d14638597ee1"}, ] [package.dependencies] asttokens = ">=2.0.5" executing = ">=2.2.0" +pytest = ">=8.3.4" rich = ">=13.7.1" [package.extras] @@ -4729,4 +4730,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "ff925fc5fa9bb5fdf0f36dc9399f0117e2ee824742373b3f2c4cf45192955853" +content-hash = "e95b948005e7fb0f94f1bc7642ef523f46b2a7720d4fe0ce6c685b147814c1de" diff --git a/pyproject.toml b/pyproject.toml index 5717d87..fd61eab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pytest-xdist = "3.6.1" # Pytest pytest = "^8.3.4" pytest-asyncio = "^0.25.2" -inline-snapshot = ">=0.13.3,<0.21.0" +inline-snapshot = ">=0.13.3,<0.26.0" pytest-httpx = "^0.35.0" pytest-mock = "^3.14.0"