diff --git a/poetry.lock b/poetry.lock index d6027c3..5bfdef4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -555,13 +555,13 @@ pytest = ">=3.0.0" [[package]] name = "pytest-ruff" -version = "0.1.1" +version = "0.2.1" description = "pytest plugin to check ruff requirements." optional = false python-versions = ">=3.7,<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.2.1-py3-none-any.whl", hash = "sha256:f586bbd7978cb5782b673c8e55fa069d83430139931b918bd72232ba3f71eb67"}, + {file = "pytest_ruff-0.2.1.tar.gz", hash = "sha256:078ad696bfa347b466991ed4f9cc5ec807f5a171d7f06091660d8f16ba03a5dc"}, ] [package.dependencies] @@ -634,4 +634,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "03e4f2041f5aaba4345996e1210987cb838f6183ff49b3da2cbbe49db318df38" +content-hash = "c3edce57cc6e225e6d3917b85dfbf09ef8618d8302ff4081bce7345408f8855d" diff --git a/pyproject.toml b/pyproject.toml index e4c3cc1..55e4eff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ black = "^23.10.1" pytest = "^7.4.3" pytest-cov = "^4.0.0" pytest-random-order = "^1.1.0" -pytest-ruff = "^0.1" +pytest-ruff = "^0.2" ruff = "^0.1.2" isort = "^5.12.0" pytest-isort = "^3.1.0"