From 9ad6d5697f191a51e9c56b7b1d7ee5255233fa50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:56:18 +0000 Subject: [PATCH] build(deps-dev): bump inline-snapshot from 0.13.3 to 0.18.1 Bumps [inline-snapshot](https://github.com/15r10nk/inline-snapshot) from 0.13.3 to 0.18.1. - [Release notes](https://github.com/15r10nk/inline-snapshot/releases) - [Changelog](https://github.com/15r10nk/inline-snapshot/blob/main/CHANGELOG.md) - [Commits](https://github.com/15r10nk/inline-snapshot/compare/v0.13.3...0.18.1) --- updated-dependencies: - dependency-name: inline-snapshot dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a78c5f2..366452b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -965,13 +965,13 @@ files = [ [[package]] name = "inline-snapshot" -version = "0.13.3" +version = "0.18.1" description = "golden master/snapshot/approval testing library which puts the values right into your source code" optional = false python-versions = ">=3.8" files = [ - {file = "inline_snapshot-0.13.3-py3-none-any.whl", hash = "sha256:b1cf31cea026fcc2abaeb4066950e2a94bc387912323e42752819f0972f12179"}, - {file = "inline_snapshot-0.13.3.tar.gz", hash = "sha256:de85c5dfd31426c51b2820a3acb4569153fb62414a6a9833378b79859b869763"}, + {file = "inline_snapshot-0.18.1-py3-none-any.whl", hash = "sha256:6751b95c10ae940879bec429c160d58c376ad449fcf6e213db7735d91ae40209"}, + {file = "inline_snapshot-0.18.1.tar.gz", hash = "sha256:a93bcf0aec68edf27323fa8dfc902354ef9a730050ab8939a4b174419828db6b"}, ] [package.dependencies] @@ -3042,4 +3042,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "21763c9319fe7447c4edf7043e2c9bc4cc97433d1f93942cac171d8029591d64" +content-hash = "b9d8d47186a7ed4e1383f914ca8446de6571eebe7bafac500981bf4356a0754a" diff --git a/pyproject.toml b/pyproject.toml index 12f3ea6..07837ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ python-multipart = "^0.0.20" [tool.poetry.group.dev.dependencies] pytest-asyncio = "^0.24.0" -inline-snapshot = "^0.13.3" +inline-snapshot = ">=0.13.3,<0.19.0" black = "^24.10.0" mypy = "^1.12.0" pytest = "^8.3.4"