From 91fff2b71ac0d0b048465a3275050dfecb9e1b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:38:39 +0000 Subject: [PATCH] chore(deps-dev): Bump pytest-ruff from 0.1.1 to 0.2.1 in /redis_events 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] --- redis_events/poetry.lock | 8 ++++---- redis_events/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/redis_events/poetry.lock b/redis_events/poetry.lock index d098e107c..5a57e75f0 100644 --- a/redis_events/poetry.lock +++ b/redis_events/poetry.lock @@ -2064,13 +2064,13 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[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] @@ -2842,4 +2842,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e91c69dfb1ea14cc17bcfcb2b5ab11efebb2430b5dbd3a545106c288cbfc73ec" +content-hash = "bafc3825cca67d311850fc4c9f374daea3e40ba2711a08f9caa57f2ad5a5e6f6" diff --git a/redis_events/pyproject.toml b/redis_events/pyproject.toml index 6c5621a4c..c0e961547 100644 --- a/redis_events/pyproject.toml +++ b/redis_events/pyproject.toml @@ -27,7 +27,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" mock= "~4.0" pre-commit = "^2.12.1" pytest-mock = "^3.6.1"