diff --git a/plugin_globals/pyproject.toml b/plugin_globals/pyproject.toml index 876e13de3..5273ba881 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"