From 91bb3cf5d313ede1263be68d9eca46d4766e297d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:28:11 +0000 Subject: [PATCH] :arrow_up: update inline-snapshot requirement from ~=0.6.0 to ~=0.8.2 Updates the requirements on [inline-snapshot](https://github.com/15r10nk/inline-snapshots) to permit the latest version. - [Release notes](https://github.com/15r10nk/inline-snapshots/releases) - [Changelog](https://github.com/15r10nk/inline-snapshot/blob/main/CHANGELOG.md) - [Commits](https://github.com/15r10nk/inline-snapshots/compare/v0.6.0...v0.8.2) --- updated-dependencies: - dependency-name: inline-snapshot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f66c55f5..dc2a74ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "pytest-asyncio ~= 0.16.0", # "pytest-testmon ~= 1.3.1", "pytest-sugar ~= 0.9.5", - "inline-snapshot ~= 0.6.0", + "inline-snapshot ~= 0.8.2", "async-asgi-testclient ~= 1.4.11", "asyncmock ~= 0.4.2", "coverage[toml] ~= 6.2",