From 0a834c6f9ba6f8ad2c69427bff177275d79eab7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 15:54:16 +0000 Subject: [PATCH] chore(deps-dev): Bump pytest-ruff from 0.1.1 to 0.3.2 in /kafka_events 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] --- kafka_events/poetry.lock | 13 +++++++------ kafka_events/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/kafka_events/poetry.lock b/kafka_events/poetry.lock index 7b2f86682..b7973a227 100644 --- a/kafka_events/poetry.lock +++ b/kafka_events/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" @@ -2172,16 +2172,17 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[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]] @@ -2821,4 +2822,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d2b0dc463f6d996b4b1cf9a174bac7d9e99e4043c7885472a0b644820f51d5bc" +content-hash = "8e54cb0dc5cb643507aa25a0910d10a905a48a9976603a4a653bdeeef3726acf" diff --git a/kafka_events/pyproject.toml b/kafka_events/pyproject.toml index 0bac4d275..8dfc323d1 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 = "^3.0.0" -pytest-ruff = "^0.1.1" +pytest-ruff = "^0.3.2" flake8 = "^3.9.1" pre-commit = "^2.12.1" pytest-mock = "^3.6.1"