From 33c71aa4b3faba7a72ebad6007990931a0a0a8ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:31:35 +0000 Subject: [PATCH] chore(deps-dev): Bump pytest-ruff from 0.1.1 to 0.3.1 in /kafka_events 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] --- kafka_events/poetry.lock | 11 ++++++----- kafka_events/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/kafka_events/poetry.lock b/kafka_events/poetry.lock index 026f7c303..5c06c5fab 100644 --- a/kafka_events/poetry.lock +++ b/kafka_events/poetry.lock @@ -2078,16 +2078,17 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[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]] @@ -2790,4 +2791,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9d7c5909650500dd4e809a19ee8db3804809ab830675753c7571d90f880ff150" +content-hash = "fb061a33c2b7d059223305e43cd7c091ecee10737e22f6b94685069592977d48" diff --git a/kafka_events/pyproject.toml b/kafka_events/pyproject.toml index 5733b89d9..d71500385 100644 --- a/kafka_events/pyproject.toml +++ b/kafka_events/pyproject.toml @@ -24,7 +24,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" flake8 = "^3.9.1" pre-commit = "^2.12.1" pytest-mock = "^3.6.1"