From a309b78d1c7bcf315f4cca56e0b922a760eefa49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:22:59 +0000 Subject: [PATCH] Bump pytest-ruff from 0.4.0 to 0.4.1 Bumps [pytest-ruff](https://github.com/businho/pytest-ruff) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/businho/pytest-ruff/releases) - [Commits](https://github.com/businho/pytest-ruff/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: pytest-ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8692a93..11ccfde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -955,13 +955,13 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-ruff" -version = "0.4.0" +version = "0.4.1" description = "pytest plugin to check ruff requirements." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pytest_ruff-0.4.0-py3-none-any.whl", hash = "sha256:e421d3096618a0878616f2db9716526454a8348eb9db6cfe4ba926793066ae20"}, - {file = "pytest_ruff-0.4.0.tar.gz", hash = "sha256:551876108991f3dd43d719988f8224a29c6fc6d50e2284ba1ffd389c0bd3610c"}, + {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] @@ -1200,4 +1200,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.11 <4.0" -content-hash = "8b695e08f17a19439fa99d8c41d70b41a4483f55117266124b20ebc061d7227c" +content-hash = "078e7cb1d02a123cf388ac2e00d21e242f74895cb0c55f78183db8f21195cc09" diff --git a/pyproject.toml b/pyproject.toml index 5a76aec..9e792c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pydantic = "2.8.2" [tool.poetry.group.dev.dependencies] pytest = "8.3.1" -pytest-ruff = "0.4.0" +pytest-ruff = "0.4.1" ruff = "0.5.*" cookiecutter = "2.6.0" pytest-asyncio = "0.23.8"