From 27ce801769723135dbf26a642cdb05668fcddbb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:08:24 +0000 Subject: [PATCH] chore(deps-dev): Bump pytest-ruff in /connection_update Bumps [pytest-ruff](https://github.com/businho/pytest-ruff) from 0.1.1 to 0.3.1. - [Release notes](https://github.com/businho/pytest-ruff/releases) - [Commits](https://github.com/businho/pytest-ruff/compare/v0.1.1...v0.3.1) --- updated-dependencies: - dependency-name: pytest-ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- connection_update/poetry.lock | 11 ++++++----- connection_update/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/connection_update/poetry.lock b/connection_update/poetry.lock index 1d796d116..486a26f9b 100644 --- a/connection_update/poetry.lock +++ b/connection_update/poetry.lock @@ -1878,16 +1878,17 @@ testing = ["fields", "hunter", "process-tests (==2.0.2)", "pytest-xdist", "six", [[package]] name = "pytest-ruff" -version = "0.1.1" +version = "0.3.1" description = "pytest plugin to check ruff requirements." optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8,<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.3.1-py3-none-any.whl", hash = "sha256:008556576fb1bda93a432ad381432bfd5575cc94627d22bfdece46561b8e4f7f"}, + {file = "pytest_ruff-0.3.1.tar.gz", hash = "sha256:c9f7392a3384af73a6a72741a4035a605480a7a8e7a4bd8da05a98e6664cffb5"}, ] [package.dependencies] +pytest = ">=5" ruff = ">=0.0.242" [[package]] @@ -2557,4 +2558,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cd09f723b6003f3ec61dbbfc9f331e469ff58c7db429eb1d1e773c5a64d4a319" +content-hash = "d7d13a0985f77d37c7b54304e1e588f45f27cfc8c35acc004184c464574a54f0" diff --git a/connection_update/pyproject.toml b/connection_update/pyproject.toml index 61bb0dbfd..ab885c68a 100644 --- a/connection_update/pyproject.toml +++ b/connection_update/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.3.1" [tool.poetry.group.integration.dependencies] aries-askar = { version = "~0.3.0" }