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"