From 54d5de21f998656374153de708607d2a34457db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:26:10 +0000 Subject: [PATCH] build(deps): bump syrupy from 4.5.0 to 4.6.0 Bumps [syrupy](https://github.com/tophat/syrupy) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/tophat/syrupy/releases) - [Changelog](https://github.com/tophat/syrupy/blob/main/CHANGELOG.md) - [Commits](https://github.com/tophat/syrupy/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: syrupy dependency-type: direct:production 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 56ac1434..60dfbcf7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -878,13 +878,13 @@ files = [ [[package]] name = "syrupy" -version = "4.5.0" +version = "4.6.0" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1,<4" files = [ - {file = "syrupy-4.5.0-py3-none-any.whl", hash = "sha256:ea6a237ef374bacebbdb4049f73bf48e3dda76eabd4621a6d104d43077529de6"}, - {file = "syrupy-4.5.0.tar.gz", hash = "sha256:6e01fccb4cd5ad37ce54e8c265cde068fa9c37b7a0946c603c328e8a38a7330d"}, + {file = "syrupy-4.6.0-py3-none-any.whl", hash = "sha256:747aae1bcf3cb3249e33b1e6d81097874d23615982d5686ebe637875b0775a1b"}, + {file = "syrupy-4.6.0.tar.gz", hash = "sha256:231b1f5d00f1f85048ba81676c79448076189c4aef4d33f21ae32f3b4c565a54"}, ] [package.dependencies] @@ -960,4 +960,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "04ee5b19d4106a4837fa7e38c32805f92d80572bf1887a9416f9d97a7c80adcd" +content-hash = "f12abfce78eb59e62d9e0e43b728972de94644d068528de17a0c7103c051858d" diff --git a/pyproject.toml b/pyproject.toml index f6159c94..b8848fe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ generate-safeds-stubs = "safeds_stubgen.main:main" python = "^3.11" mypy = "^1.5.1" docstring-parser = "^0.15" -syrupy = "^4.5.0" +syrupy = "^4.6.0" [tool.poetry.group.dev.dependencies] pytest = "^7.4.2"