From ccd2784defa13335f5349ad53d00fd29cec50167 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:55:46 +0000 Subject: [PATCH] chore: Update dependency syrupy to v4 --- crates/python/poetry.lock | 24 ++---------------------- crates/python/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/crates/python/poetry.lock b/crates/python/poetry.lock index d7cb8e806..5cdc80cbf 100644 --- a/crates/python/poetry.lock +++ b/crates/python/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "attrs" version = "22.2.0" description = "Classes Without Boilerplate" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -23,7 +22,6 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -59,7 +57,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "click" version = "8.1.3" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -74,7 +71,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -86,7 +82,6 @@ files = [ name = "colored" version = "1.4.4" description = "Simple library for color and formatting to terminal" -category = "dev" optional = false python-versions = "*" files = [ @@ -97,7 +92,6 @@ files = [ name = "exceptiongroup" version = "1.1.0" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -112,7 +106,6 @@ test = ["pytest (>=6)"] name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -124,7 +117,6 @@ files = [ name = "maturin" version = "0.14.17" description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages" -category = "dev" optional = false python-versions = ">= 3.7" files = [ @@ -154,7 +146,6 @@ zig = ["ziglang (>=0.10.0,<0.11.0)"] name = "mypy-extensions" version = "0.4.3" description = "Experimental type system extensions for programs checked with the mypy typechecker." -category = "dev" optional = false python-versions = "*" files = [ @@ -166,7 +157,6 @@ files = [ name = "numpy" version = "1.24.1" description = "Fundamental package for array computing in Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -204,7 +194,6 @@ files = [ name = "packaging" version = "23.0" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -216,7 +205,6 @@ files = [ name = "pathspec" version = "0.10.3" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -228,7 +216,6 @@ files = [ name = "platformdirs" version = "2.6.2" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -244,7 +231,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2)", "pytest- name = "pluggy" version = "1.0.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -260,7 +246,6 @@ testing = ["pytest", "pytest-benchmark"] name = "pytest" version = "7.2.1" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -284,7 +269,6 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. name = "pytest-asyncio" version = "0.19.0" description = "Pytest support for asyncio" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -302,7 +286,6 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy name = "quil" version = "0.1.1" description = "A Python package for building and parsing Quil programs." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -324,7 +307,6 @@ files = [ name = "syrupy" version = "3.0.6" description = "Pytest Snapshot Test Utility" -category = "dev" optional = false python-versions = ">=3.7,<4" files = [ @@ -340,7 +322,6 @@ pytest = ">=5.1.0,<8.0.0" name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -352,7 +333,6 @@ files = [ name = "typing-extensions" version = "4.4.0" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -363,4 +343,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3fc911c98fde1bde941599da971501a5ae494b4ba6558538112992822d304e90" +content-hash = "e5c9e81a862d30426cb98cfb4623c8adf5cc611da7edef1f40406e52e306cac5" diff --git a/crates/python/pyproject.toml b/crates/python/pyproject.toml index f2146c8f4..d9b655df5 100644 --- a/crates/python/pyproject.toml +++ b/crates/python/pyproject.toml @@ -51,7 +51,7 @@ maturin = "^0.14.17" pytest = "^7.1.3" pytest-asyncio = "^0.19.0" black = "^22.8.0" -syrupy = "^3.0.6" +syrupy = "^3.0.6 || ^4.0.0" [build-system] requires = ["maturin>=0.14,<0.15"]