From 1f915ef3b1e4398fb2199bd0272993f354b2da56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:45:44 +0000 Subject: [PATCH] chore(deps): Bump aries-askar from 0.3.1 to 0.3.2 Bumps [aries-askar](https://github.com/hyperledger/aries-askar) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/hyperledger/aries-askar/releases) - [Commits](https://github.com/hyperledger/aries-askar/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: aries-askar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 801b6c2713..e005438ad9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -198,19 +198,19 @@ yaml = ["PyYAML (>=3.10)"] [[package]] name = "aries-askar" -version = "0.3.1" +version = "0.3.2" description = "" optional = true python-versions = ">=3.6.3" files = [ - {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"}, + {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-timeout" @@ -2805,4 +2805,4 @@ didcommv2 = ["didcomm-messaging"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "58a564395c05d000e594b4813ab610137fc3be343f8e1238c5c1c1df8935ca23" +content-hash = "9b0a6d32f0a704ebe21962bee9d3f8f555808fee0b6c58661f49729deff20944" diff --git a/pyproject.toml b/pyproject.toml index 23172a7365..cbdbc2779a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ did-peer-4 = "^0.1.4" uuid_utils = "^0.9.0" # askar -aries-askar= { version = "~0.3.0", optional = true } +aries-askar= { version = "~0.3.2", optional = true } indy-credx= { version = "~1.1.1", optional = true } indy-vdr= { version = "~0.4.0", optional = true } anoncreds= { version = "0.2.0", optional = true }