From 6017a75dd15010fba2d06472acd26458e06d67d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:05:24 -0800 Subject: [PATCH] chore(deps-dev): Bump pytest-ruff from 0.1.1 to 0.2.1 in /rpc (#137) Bumps [pytest-ruff](https://github.com/businho/pytest-ruff) from 0.1.1 to 0.2.1. - [Release notes](https://github.com/businho/pytest-ruff/releases) - [Commits](https://github.com/businho/pytest-ruff/compare/v0.1.1...v0.2.1) --- updated-dependencies: - dependency-name: pytest-ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rpc/poetry.lock | 8 ++++---- rpc/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rpc/poetry.lock b/rpc/poetry.lock index 750681007..c9808b53a 100644 --- a/rpc/poetry.lock +++ b/rpc/poetry.lock @@ -1877,13 +1877,13 @@ testing = ["fields", "hunter", "process-tests (==2.0.2)", "pytest-xdist", "six", [[package]] name = "pytest-ruff" -version = "0.1.1" +version = "0.2.1" description = "pytest plugin to check ruff requirements." optional = false python-versions = ">=3.7,<4.0" 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.2.1-py3-none-any.whl", hash = "sha256:f586bbd7978cb5782b673c8e55fa069d83430139931b918bd72232ba3f71eb67"}, + {file = "pytest_ruff-0.2.1.tar.gz", hash = "sha256:078ad696bfa347b466991ed4f9cc5ec807f5a171d7f06091660d8f16ba03a5dc"}, ] [package.dependencies] @@ -2556,4 +2556,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "56f8ed25059b51e7bf7bba3f346d4fee19f22837c329ef42d6a0eacfc488901e" +content-hash = "27c00cfba41988018a5140500850efe187515e8f2f44382b82ff43827fbcdc00" diff --git a/rpc/pyproject.toml b/rpc/pyproject.toml index e7dc562b5..3606685d3 100644 --- a/rpc/pyproject.toml +++ b/rpc/pyproject.toml @@ -21,7 +21,7 @@ asynctest = "0.13.0" pytest = "~7.4.0" pytest-asyncio = "0.14.0" pytest-cov = "2.10.1" -pytest-ruff = "^0.1.1" +pytest-ruff = "^0.2.1" [tool.poetry.group.integration.dependencies] aries-askar = { version = "~0.3.0" }