From 3e67afda1cf8b09f66c0c5d6cd319b5286bce042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 15:53:32 +0000 Subject: [PATCH] chore(deps-dev): Bump pytest-ruff from 0.1.1 to 0.3.2 in /oid4vci Bumps [pytest-ruff](https://github.com/businho/pytest-ruff) from 0.1.1 to 0.3.2. - [Release notes](https://github.com/businho/pytest-ruff/releases) - [Commits](https://github.com/businho/pytest-ruff/compare/v0.1.1...v0.3.2) --- updated-dependencies: - dependency-name: pytest-ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- oid4vci/poetry.lock | 13 +++++++------ oid4vci/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/oid4vci/poetry.lock b/oid4vci/poetry.lock index 0fe40c7e8..a1140b6da 100644 --- a/oid4vci/poetry.lock +++ b/oid4vci/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1987,16 +1987,17 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-ruff" -version = "0.1.1" +version = "0.3.2" description = "pytest plugin to check ruff requirements." optional = false -python-versions = ">=3.7,<4.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "pytest_ruff-0.1.1-py3-none-any.whl", hash = "sha256:db33c8d32d730d61d372c1ac4615b1036c47a14c781cbc0ae71811c4cadadc47"}, - {file = "pytest_ruff-0.1.1.tar.gz", hash = "sha256:f599768ff3834d6b1d6d26b25a030a5b1dcc9cf187239bd9621a7f25f7d8fe46"}, + {file = "pytest_ruff-0.3.2-py3-none-any.whl", hash = "sha256:5096578df2240b2a99f7376747bc433ce25e590c7d570d5c2b47f725497f2c10"}, + {file = "pytest_ruff-0.3.2.tar.gz", hash = "sha256:8d82882969e52b664a7cef4465cba63e45173f38d907dffeca41d9672f59b6c6"}, ] [package.dependencies] +pytest = ">=5" ruff = ">=0.0.242" [[package]] @@ -2587,4 +2588,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "daa0dc67058b213399b784b0abc54d07c27e834929c74f84f4d3ad6002a97f95" +content-hash = "12543f46de510bcc3fdea986a24edd889a846315738ec5c25226a8c6337b8cd9" diff --git a/oid4vci/pyproject.toml b/oid4vci/pyproject.toml index 1aef3d7a0..eb2ca9754 100644 --- a/oid4vci/pyproject.toml +++ b/oid4vci/pyproject.toml @@ -26,7 +26,7 @@ asynctest = "0.13.0" pytest = "~7.4.0" pytest-asyncio = "~0.14.0" pytest-cov = "^3.0.0" -pytest-ruff = "^0.1.1" +pytest-ruff = "^0.3.2" # testing mock= "~4.0"