From e5e223573f01bbb2b5ea06d4467ab7d3879b7e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:42:01 +0000 Subject: [PATCH] build(deps): Bump aries-askar from 0.2.7 to 0.3.1 Bumps [aries-askar](https://github.com/hyperledger/aries-askar) from 0.2.7 to 0.3.1. - [Release notes](https://github.com/hyperledger/aries-askar/releases) - [Commits](https://github.com/hyperledger/aries-askar/compare/v0.2.7...v0.3.1) --- updated-dependencies: - dependency-name: aries-askar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f13e4e3..9d02f52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -123,14 +123,15 @@ files = [ [[package]] name = "aries-askar" -version = "0.2.7" +version = "0.3.1" 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.1-py3-none-macosx_10_9_universal2.whl", hash = "sha256:efd5f7000d1934e0425c7b9738193d42f41dda09741dd3724a35e9d1aa6b3c42"}, + {file = "aries_askar-0.3.1-py3-none-manylinux2014_aarch64.whl", hash = "sha256:01541c0787460a3af0520afc904c4d72098caed4ab3d4b5bcb6bd742b4bafbf9"}, + {file = "aries_askar-0.3.1-py3-none-manylinux2014_x86_64.whl", hash = "sha256:56117089c23c4c179e9cff274e165da5fe7df01be1f39e27bd6f7daf73fe1c67"}, + {file = "aries_askar-0.3.1-py3-none-win_amd64.whl", hash = "sha256:394d71bddd320202e49e2ab3822558b7cf08ae65c92d55cf215afab4d9c3b8c1"}, ] [package.dependencies] @@ -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"