diff --git a/poetry.lock b/poetry.lock index f13e4e3..754686f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -123,18 +123,19 @@ files = [ [[package]] name = "aries-askar" -version = "0.2.7" +version = "0.3.2" description = "" optional = false python-versions = ">=3.6.3" files = [ - {file = "aries_askar-0.2.7-py3-none-macosx_10_9_universal2.whl", hash = "sha256:83569fafa149add39f4d0fbeb691340db2b79d1655e18bf594820d3a66d071e5"}, - {file = "aries_askar-0.2.7-py3-none-manylinux2014_x86_64.whl", hash = "sha256:d977d91eda2da076bb6a559976f6bbeaa51d6ad31b41546ec7871a3577529f9f"}, - {file = "aries_askar-0.2.7-py3-none-win_amd64.whl", hash = "sha256:08b05808216335aabffc667f72195829ee136c83ba302fea011a8c488bef8a62"}, + {file = "aries_askar-0.3.2-py3-none-macosx_10_9_universal2.whl", hash = "sha256:02ddbe1773ce72c57edafff5777a1337d4a678da7484596712949170fb3ca1dc"}, + {file = "aries_askar-0.3.2-py3-none-manylinux2014_aarch64.whl", hash = "sha256:176eebcf833bb9974a162fd931c8d67669e4f0145b351ce9cb1289fd2d5a345c"}, + {file = "aries_askar-0.3.2-py3-none-manylinux2014_x86_64.whl", hash = "sha256:63f9ab97db4778ced830a6d1135e1f8bd1ca564de27218bd114f1cffbd31b04c"}, + {file = "aries_askar-0.3.2-py3-none-win_amd64.whl", hash = "sha256:6b4253377d5ed167ed94790e49c58584b68f897d2541ac4bb18fd37e9264164b"}, ] [package.dependencies] -cached-property = ">=1.5,<2.0" +cached-property = ">=1.5.2,<1.6.0" [[package]] name = "async-selective-queue" @@ -1496,4 +1497,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3869d658f67395551c6acf3b5896643716f11b704e700066dc1389b5bed503ff" +content-hash = "5468d6f174791042a4b72e917faf0dd94f50a64be1744efa8dd5ab1e61017c88" diff --git a/pyproject.toml b/pyproject.toml index e2fc268..a053004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ repository = "https://github.com/indicio-tech/acapy-wallet-upgrade" [tool.poetry.dependencies] python = "^3.10" aiosqlite = "~=0.17" -aries-askar = "~=0.2" +aries-askar = "~=0.3" asyncpg = "~=0.22" base58 = "~=1.0" cbor2 = "~=5.2"