diff --git a/basicmessage_storage/poetry.lock b/basicmessage_storage/poetry.lock index afef0c181..f54913969 100644 --- a/basicmessage_storage/poetry.lock +++ b/basicmessage_storage/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 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" @@ -1903,16 +1903,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]] @@ -2504,4 +2505,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4785d1d28cbc3dc55d8e1d8cbf49be34cea5b0b1aa89671cb657602f3bd71ce4" +content-hash = "77bd998dbfe0535b2d15b61a6bfc673334cbfffbc14802db626b4709a60a12a1" diff --git a/basicmessage_storage/pyproject.toml b/basicmessage_storage/pyproject.toml index 618688a28..663fc31ec 100644 --- a/basicmessage_storage/pyproject.toml +++ b/basicmessage_storage/pyproject.toml @@ -22,7 +22,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" }