From fb0c88801938e06f75422a18c2476f5872ea0236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 04:42:49 +0000 Subject: [PATCH] chore(deps-dev): Bump indy-vdr from 0.3.4 to 0.4.1 in /connection_update Bumps [indy-vdr](https://github.com/hyperledger/indy-vdr) from 0.3.4 to 0.4.1. - [Release notes](https://github.com/hyperledger/indy-vdr/releases) - [Commits](https://github.com/hyperledger/indy-vdr/compare/v0.3.4...v0.4.1) --- updated-dependencies: - dependency-name: indy-vdr dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- connection_update/poetry.lock | 17 +++++++++-------- connection_update/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/connection_update/poetry.lock b/connection_update/poetry.lock index 33310cc7f..67062c5cc 100644 --- a/connection_update/poetry.lock +++ b/connection_update/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"}, @@ -1100,14 +1100,15 @@ files = [ [[package]] name = "indy-vdr" -version = "0.3.4" +version = "0.4.1" description = "" optional = false python-versions = ">=3.6.3" files = [ - {file = "indy_vdr-0.3.4-py3-none-macosx_10_9_universal2.whl", hash = "sha256:ad9dffe5ca01fd7e0bf5515890eff51f635e3051bc0edc86f5cbb122bf33385b"}, - {file = "indy_vdr-0.3.4-py3-none-manylinux2014_x86_64.whl", hash = "sha256:6912ca7219d22cd421d6278dfa5682f4ef8560fab6eef615c61c80551aaa6fed"}, - {file = "indy_vdr-0.3.4-py3-none-win_amd64.whl", hash = "sha256:fcfc1225da29a7bbcc9059df5c55553ca6abd74d4a8478e7b825d8944502f461"}, + {file = "indy_vdr-0.4.1-py3-none-macosx_10_9_universal2.whl", hash = "sha256:62d18b411e6c2ca7204299306a08cf65a43dec0982f1d9749d44f02f4817ff0a"}, + {file = "indy_vdr-0.4.1-py3-none-manylinux2014_aarch64.whl", hash = "sha256:826c128170a42ccb06d24c9018876cdfdc94fc6870661b21d47ffa022a1570bb"}, + {file = "indy_vdr-0.4.1-py3-none-manylinux2014_x86_64.whl", hash = "sha256:6cbcd760059c8410c09948f8f64dbf8a80a47fe8072d7d865fcfffe7e867266b"}, + {file = "indy_vdr-0.4.1-py3-none-win_amd64.whl", hash = "sha256:c67de1c4498806ad5afaec104ca4edc2b4c7bb59e02d588c3bfd85164e017158"}, ] [[package]] @@ -1679,7 +1680,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"}, @@ -2556,4 +2557,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f7965152d65d859ef7e03ee633473e8ecee1c272bdee55c7b9354e67e512e21f" +content-hash = "bf1b7757a05554c28270ec90ef1600432d805cd6317a72add028f8273c252068" diff --git a/connection_update/pyproject.toml b/connection_update/pyproject.toml index 5ee7a6f96..b10d0cd76 100644 --- a/connection_update/pyproject.toml +++ b/connection_update/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-vdr = { version = "~0.3.3" } +indy-vdr = { version = "~0.4.1" } ursa-bbs-signatures = { version = "~1.0.1" } python3-indy = { version = "^1.11.1" }