From f9e2639687aa456ff4a2bc42c3f947490210bec8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 05:15:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20syru?= =?UTF-8?q?py=20to=20v5.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5c476aa..628765c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2425,13 +2425,13 @@ files = [ [[package]] name = "syrupy" -version = "5.0.0" +version = "5.1.0" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.10" files = [ - {file = "syrupy-5.0.0-py3-none-any.whl", hash = "sha256:c848e1a980ca52a28715cd2d2b4d434db424699c05653bd1158fb31cf56e9546"}, - {file = "syrupy-5.0.0.tar.gz", hash = "sha256:3282fe963fa5d4d3e47231b16d1d4d0f4523705e8199eeb99a22a1bc9f5942f2"}, + {file = "syrupy-5.1.0-py3-none-any.whl", hash = "sha256:95162d2b05e61ed3e13f117b88dfab7c58bd6f90e66ebbf918e8a77114ad51c5"}, + {file = "syrupy-5.1.0.tar.gz", hash = "sha256:df543c7aa50d3cf1246e83d58fe490afe5f7dab7b41e74ecc0d8d23ae19bd4b8"}, ] [package.dependencies] @@ -2728,4 +2728,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3e5d2f12838cded37fabc6dcae6995d6f2835c7270c0083f72901a4ed1d65fb2" +content-hash = "211d6590dd56fb68204518fa438974339a4c4a44518b2dc0b7ea2e84c9ada6e4" diff --git a/pyproject.toml b/pyproject.toml index 17f0b52..355f9fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest-cov = "7.0.0" ruff = "0.14.14" safety = "3.7.0" yamllint = "1.38.0" -syrupy = "5.0.0" +syrupy = "5.1.0" [tool.poetry.urls] "Bug Tracker" = "https://github.com/joostlek/python-opensky/issues"