From 71bdc648374f03de891c41c4b9f5bc69b3b872bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 15:53:31 +0000 Subject: [PATCH] chore(deps-dev): Update pytest-ruff requirement in /plugin_globals Updates the requirements on [pytest-ruff](https://github.com/businho/pytest-ruff) to permit the latest version. - [Release notes](https://github.com/businho/pytest-ruff/releases) - [Commits](https://github.com/businho/pytest-ruff/compare/v0.1.1...v0.3.2) --- updated-dependencies: - dependency-name: pytest-ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- plugin_globals/poetry.lock | 13 +++++++------ plugin_globals/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/plugin_globals/poetry.lock b/plugin_globals/poetry.lock index 86df4a291..4a8e0cbdb 100644 --- a/plugin_globals/poetry.lock +++ b/plugin_globals/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1971,16 +1971,17 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-ruff" -version = "0.1.1" +version = "0.3.2" description = "pytest plugin to check ruff requirements." optional = false -python-versions = ">=3.7,<4.0" +python-versions = "<4.0,>=3.8" 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.3.2-py3-none-any.whl", hash = "sha256:5096578df2240b2a99f7376747bc433ce25e590c7d570d5c2b47f725497f2c10"}, + {file = "pytest_ruff-0.3.2.tar.gz", hash = "sha256:8d82882969e52b664a7cef4465cba63e45173f38d907dffeca41d9672f59b6c6"}, ] [package.dependencies] +pytest = ">=5" ruff = ">=0.0.242" [[package]] @@ -2571,4 +2572,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "3d793773dead5977910dcaca0444db08bbc7532b3ff3366e423853bf05f74117" +content-hash = "9439f63df223969a4400a93b794e471315fb55df0057e25e029ba31986e30e07" diff --git a/plugin_globals/pyproject.toml b/plugin_globals/pyproject.toml index 2e9c7f79e..792c4d7b7 100644 --- a/plugin_globals/pyproject.toml +++ b/plugin_globals/pyproject.toml @@ -21,7 +21,7 @@ asynctest = "0.13.0" pytest = "~7.4.0" pytest-asyncio = "~0.14.0" pytest-cov = "^3.0.0" -pytest-ruff = "^0.1.1" +pytest-ruff = "^0.3.2" [tool.poetry.group.integration.dependencies] aries-askar = { version = "~0.3.0" }