From f9851ecb7e177bd72a64bc29dc20a6f2fb702056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 01:11:02 +0000 Subject: [PATCH] Bump pytest-ruff from 0.3.2 to 0.4.1 Bumps [pytest-ruff](https://github.com/businho/pytest-ruff) from 0.3.2 to 0.4.1. - [Release notes](https://github.com/businho/pytest-ruff/releases) - [Commits](https://github.com/businho/pytest-ruff/compare/v0.3.2...v0.4.1) --- updated-dependencies: - dependency-name: pytest-ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 68a298c..1714183 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiomqtt" @@ -520,13 +520,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-ruff" -version = "0.3.2" +version = "0.4.1" description = "pytest plugin to check ruff requirements." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pytest_ruff-0.3.2-py3-none-any.whl", hash = "sha256:5096578df2240b2a99f7376747bc433ce25e590c7d570d5c2b47f725497f2c10"}, - {file = "pytest_ruff-0.3.2.tar.gz", hash = "sha256:8d82882969e52b664a7cef4465cba63e45173f38d907dffeca41d9672f59b6c6"}, + {file = "pytest_ruff-0.4.1-py3-none-any.whl", hash = "sha256:69acd5b2ba68d65998c730b5b4d656788193190e45f61a53aa66ef8b390634a4"}, + {file = "pytest_ruff-0.4.1.tar.gz", hash = "sha256:2c9a30f15f384c229c881b52ec86cfaf1e79d39530dd7dd5f2d6aebe278f7eb7"}, ] [package.dependencies] @@ -801,4 +801,4 @@ tests = ["coverage[toml]"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8d9f9e5b1c5d65e4afd6bb2b8614fcd24c5f7534e67b4d54bd03a72987eae6b0" +content-hash = "edaefd5a267db3365efb31c033798896fffea2a738abd1a2cbe3d9ea66786e96" diff --git a/pyproject.toml b/pyproject.toml index fdc4f35..345265d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ jsonschema = {extras = ["format"], version = ">=4.22.0"} [tool.poetry.group.dev.dependencies] pytest = "^8.2.0" ruff = "^0.5.0" -pytest-ruff = "^0.3.1" +pytest-ruff = "^0.4.1" [build-system] requires = ["poetry-core"]