From 656c6869074d00a030bcc0f6a4098792d2af5aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:37:58 +0100 Subject: [PATCH] chore(deps-dev): bump pytest-ruff from 0.1.1 to 0.2.1 (#350) Bumps [pytest-ruff](https://github.com/businho/pytest-ruff) from 0.1.1 to 0.2.1. - [Release notes](https://github.com/businho/pytest-ruff/releases) - [Commits](https://github.com/businho/pytest-ruff/compare/v0.1.1...v0.2.1) --- updated-dependencies: - dependency-name: pytest-ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3e2beb1c..7a4a7f03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -786,13 +786,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] @@ -974,4 +974,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b051df13a2a76515f4c5f55ed06d435452aea7012624d82448acb91ee8b118bf" +content-hash = "38b0ffcd0dcbfd53f42b48f458970ac21dbcc67e0422b953a6f603895916c2c6" diff --git a/pyproject.toml b/pyproject.toml index a13baf04..0a4d179f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pydocstyle = "^6.1.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.0.292" [tool.isort]