diff --git a/poetry.lock b/poetry.lock index f6482e17..59974e10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -801,14 +801,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-ruff" -version = "0.4.1" +version = "0.5" description = "pytest plugin to check ruff requirements." optional = false python-versions = "<4.0,>=3.8" groups = ["dev"] files = [ - {file = "pytest_ruff-0.4.1-py3-none-any.whl", hash = "sha256:69acd5b2ba68d65998c730b5b4d656788193190e45f61a53aa66ef8b390634a4"}, - {file = "pytest_ruff-0.4.1.tar.gz", hash = "sha256:2c9a30f15f384c229c881b52ec86cfaf1e79d39530dd7dd5f2d6aebe278f7eb7"}, + {file = "pytest_ruff-0.5-py3-none-any.whl", hash = "sha256:d9db170d86fb167008e6702b4d79e2cccd8287f069c3a57f9261831cebdc4a31"}, + {file = "pytest_ruff-0.5.tar.gz", hash = "sha256:f611c780fc2b9b8d7041fa0e7589f0a9f352b288d0cfc330881101b35d382063"}, ] [package.dependencies] @@ -1169,4 +1169,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "23212413da64b8e6d6c574bcc9c97d37cf89261e51be33f3637485bfd00c780a" +content-hash = "7151c8d682730b2ddc5eb45f875f4464be4e3eeaaa1f859fc41e8c55a5be50e9" diff --git a/pyproject.toml b/pyproject.toml index 9564f434..b3c7d334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ teemup = "1.2.1" [tool.poetry.group.dev.dependencies] pytest = "8.4.0" -pytest-ruff = "0.4.1" +pytest-ruff = "0.5" [tool.pytest.ini_options] python_files = "test_*.py"