From fee6482bd3cf5e7b5c6ae459dbf5a9045dc0e52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:11:28 +0000 Subject: [PATCH] chore(deps-dev): Bump indy-credx in /basicmessage_storage Bumps [indy-credx](https://github.com/hyperledger/indy-shared-rs) from 1.0.3 to 1.1.1. - [Release notes](https://github.com/hyperledger/indy-shared-rs/releases) - [Commits](https://github.com/hyperledger/indy-shared-rs/compare/v1.0.3...v1.1.1) --- updated-dependencies: - dependency-name: indy-credx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- basicmessage_storage/poetry.lock | 18 +++++++++--------- basicmessage_storage/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/basicmessage_storage/poetry.lock b/basicmessage_storage/poetry.lock index 598523193..24e445962 100644 --- a/basicmessage_storage/poetry.lock +++ b/basicmessage_storage/poetry.lock @@ -374,7 +374,7 @@ files = [ name = "cffi" version = "1.16.0" description = "Foreign Function Interface for Python calling C code." -optional = false +optional = true python-versions = ">=3.8" files = [ {file = "cffi-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088"}, @@ -641,7 +641,7 @@ toml = ["tomli"] name = "cryptography" version = "42.0.4" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -optional = false +optional = true python-versions = ">=3.7" files = [ {file = "cryptography-42.0.4-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:ffc73996c4fca3d2b6c1c8c12bfd3ad00def8621da24f547626bf06441400449"}, @@ -1087,15 +1087,15 @@ files = [ [[package]] name = "indy-credx" -version = "1.0.3" +version = "1.1.1" description = "" optional = false python-versions = ">=3.6.3" files = [ - {file = "indy_credx-1.0.3-py3-none-macosx_10_9_universal2.whl", hash = "sha256:91fc60edc80bad306f52640deaaa6c4e627d795f3f0df523a6ed8145b6d78a4f"}, - {file = "indy_credx-1.0.3-py3-none-manylinux2014_aarch64.whl", hash = "sha256:5c0c1170234edf9a518f4faf89767ba53f1fcf17d2f5eccb99b01623e5b4b6ba"}, - {file = "indy_credx-1.0.3-py3-none-manylinux2014_x86_64.whl", hash = "sha256:474eba89ab0674f0311ff01476f6b724ca03e37e46cce7fa729da971e3943d93"}, - {file = "indy_credx-1.0.3-py3-none-win_amd64.whl", hash = "sha256:9a120e939bda9ced7f62b678842b31911f301777887de2cec34862af95968be9"}, + {file = "indy_credx-1.1.1-py3-none-macosx_10_9_universal2.whl", hash = "sha256:522b90a2362de681e8224b7e5173a9a6093dc48b2ed13599c9eca3df36e29128"}, + {file = "indy_credx-1.1.1-py3-none-manylinux2014_aarch64.whl", hash = "sha256:05f9a96166f79799c39c62723d78c5480fe9a872dd9dee9fbff1f79d0484c893"}, + {file = "indy_credx-1.1.1-py3-none-manylinux2014_x86_64.whl", hash = "sha256:49061db09e193bc4aa638f565b054dff5c49586d25fc035a7e267655a5655e7c"}, + {file = "indy_credx-1.1.1-py3-none-win_amd64.whl", hash = "sha256:d8085c9f36282f31e2b0fb66691d5b483c2e3ff694ac89fa413856329f13d44c"}, ] [[package]] @@ -1690,7 +1690,7 @@ wcwidth = "*" name = "pycparser" version = "2.21" description = "C parser in Python" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, @@ -2567,4 +2567,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "002feb2408e66e322a327504502c521d40cff9ac4c7e0478affca0d3f5e521df" +content-hash = "8ac4fde2aa02e9e37401a11661e384a8c7f6973f90cfe05b5c7feb6c33a2e520" diff --git a/basicmessage_storage/pyproject.toml b/basicmessage_storage/pyproject.toml index 2a2219148..b40aab9f5 100644 --- a/basicmessage_storage/pyproject.toml +++ b/basicmessage_storage/pyproject.toml @@ -26,7 +26,7 @@ pytest-ruff = "^0.1.1" [tool.poetry.group.integration.dependencies] aries-askar = { version = "~0.3.0" } -indy-credx = { version = "~1.0.0" } +indy-credx = { version = "~1.1.1" } indy-vdr = { version = "~0.3.3" } ursa-bbs-signatures = { version = "~1.0.1" } python3-indy = { version = "^1.11.1" }