From a23e2388e8b3859ea4ea03fc9e06f7cc497c679e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:38:21 +0000 Subject: [PATCH] chore(deps-dev): Bump pytest-ruff in /multitenant_provider Bumps [pytest-ruff](https://github.com/businho/pytest-ruff) from 0.1.1 to 0.3. - [Release notes](https://github.com/businho/pytest-ruff/releases) - [Commits](https://github.com/businho/pytest-ruff/compare/v0.1.1...v0.3) --- updated-dependencies: - dependency-name: pytest-ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- multitenant_provider/poetry.lock | 11 ++++++----- multitenant_provider/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/multitenant_provider/poetry.lock b/multitenant_provider/poetry.lock index e6a19539a..89f9c7908 100644 --- a/multitenant_provider/poetry.lock +++ b/multitenant_provider/poetry.lock @@ -1944,16 +1944,17 @@ testing = ["fields", "hunter", "process-tests (==2.0.2)", "pytest-xdist", "six", [[package]] name = "pytest-ruff" -version = "0.2.1" +version = "0.3" description = "pytest plugin to check ruff requirements." optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8,<4.0" files = [ - {file = "pytest_ruff-0.2.1-py3-none-any.whl", hash = "sha256:f586bbd7978cb5782b673c8e55fa069d83430139931b918bd72232ba3f71eb67"}, - {file = "pytest_ruff-0.2.1.tar.gz", hash = "sha256:078ad696bfa347b466991ed4f9cc5ec807f5a171d7f06091660d8f16ba03a5dc"}, + {file = "pytest_ruff-0.3-py3-none-any.whl", hash = "sha256:625d142fa65855cd2d6edae395287829eea91a951d2b77cbe824463680b35760"}, + {file = "pytest_ruff-0.3.tar.gz", hash = "sha256:798fafcee34dff6055c9082b394a5f314d6db2a562fb560da29cfe4e1996eb77"}, ] [package.dependencies] +pytest = ">=5" ruff = ">=0.0.242" [[package]] @@ -2623,4 +2624,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a3146daddbb20357ac5c626cd9a16383d42a515ec69d1d745df32bbdd2d4aeaa" +content-hash = "24360563abfc7017c74529796d4695c9e892d8a21bd8133564094f3077fd75c2" diff --git a/multitenant_provider/pyproject.toml b/multitenant_provider/pyproject.toml index 1ed2218d1..f178fdfe0 100644 --- a/multitenant_provider/pyproject.toml +++ b/multitenant_provider/pyproject.toml @@ -25,7 +25,7 @@ asynctest = "0.13.0" pytest = "~7.4.0" pytest-asyncio = "0.14.0" pytest-cov = "2.10.1" -pytest-ruff = "^0.2.1" +pytest-ruff = "^0.3" mock= "~4.0" [tool.poetry.group.integration.dependencies]