From 225e30b96ecb6abda5fc7e82a0553e58fee5c440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:56:55 +0000 Subject: [PATCH] chore(deps-dev): Update ruff requirement in /plugin_globals Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.2...v0.3.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- plugin_globals/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_globals/pyproject.toml b/plugin_globals/pyproject.toml index 6c0148588..e661374c5 100644 --- a/plugin_globals/pyproject.toml +++ b/plugin_globals/pyproject.toml @@ -15,7 +15,7 @@ aries-cloudagent = { version = ">=0.10.3, < 1.0.0", optional = true } aca-py = ["aries-cloudagent"] [tool.poetry.dev-dependencies] -ruff = "^0.1.2" +ruff = "^0.3.0" black = "23.7.0" asynctest = "0.13.0" pytest = "~7.4.0"