From 6ecc59de6bcbfb7eed2f9a8daec1d974eabee1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:04:38 +0000 Subject: [PATCH] Bump acapy-agent in /plugins/traction_innkeeper Bumps [acapy-agent](https://github.com/openwallet-foundation/acapy) from 1.5.0rc0 to 1.5.0rc1. - [Release notes](https://github.com/openwallet-foundation/acapy/releases) - [Changelog](https://github.com/openwallet-foundation/acapy/blob/main/CHANGELOG.md) - [Commits](https://github.com/openwallet-foundation/acapy/compare/1.5.0rc0...1.5.0rc1) --- updated-dependencies: - dependency-name: acapy-agent dependency-version: 1.5.0rc1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugins/traction_innkeeper/poetry.lock | 13 +++++++------ plugins/traction_innkeeper/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/plugins/traction_innkeeper/poetry.lock b/plugins/traction_innkeeper/poetry.lock index 6e462a2aa..c7a746de6 100644 --- a/plugins/traction_innkeeper/poetry.lock +++ b/plugins/traction_innkeeper/poetry.lock @@ -1,15 +1,15 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "acapy-agent" -version = "1.5.0rc0" +version = "1.5.0rc1" description = "(ACA-Py) A Cloud Agent Python is a foundation for building decentralized identity applications and services running in non-mobile environments. " optional = false python-versions = "<4.0,>=3.13" groups = ["main"] files = [ - {file = "acapy_agent-1.5.0rc0-py3-none-any.whl", hash = "sha256:a6b8fcd822f77153876042fb4e771fb118bd9a2208efd5d4fd5c96f6e49583a0"}, - {file = "acapy_agent-1.5.0rc0.tar.gz", hash = "sha256:d8bffeb6ccae40879b59636478712a69e8ca1e7e6d5e8bd5f6102865442b7765"}, + {file = "acapy_agent-1.5.0rc1-py3-none-any.whl", hash = "sha256:cabd1d48e9a06d6533734f2ad2332cda29242606117281fd8e428220c7b48a01"}, + {file = "acapy_agent-1.5.0rc1.tar.gz", hash = "sha256:12134bf7300da497064a2cf0fe508c5d6fb40fcc728c875cae142a68d8a44f8c"}, ] [package.dependencies] @@ -49,7 +49,7 @@ requests = ">=2.32.3,<2.33.0" rlp = ">=4.1.0,<5.0.0" sd-jwt = ">=0.10.3,<0.11.0" unflatten = ">=0.2,<0.3" -uuid_utils = ">=0.10,<0.13" +uuid_utils = ">=0.10,<0.14" [package.extras] bbs = ["ursa-bbs-signatures (>=1.0.1,<1.1.0)"] @@ -1490,6 +1490,7 @@ python-versions = ">=3.6.3" groups = ["main"] files = [ {file = "indy_vdr-0.4.2-py3-none-macosx_10_9_universal2.whl", hash = "sha256:21e4cc22bdb1de581e4abe00e2201d970f46e05d2420437fe023052614867553"}, + {file = "indy_vdr-0.4.2-py3-none-macosx_14_0_universal2.whl", hash = "sha256:87c6ce352e87950e322c48341bd2d7e4e6899dd989484972ce24d20c761c6656"}, {file = "indy_vdr-0.4.2-py3-none-manylinux2014_aarch64.whl", hash = "sha256:9dc8e16e8a0c4666c1a9f0a3e9967cb3dace92975b8dbb9b0aa2c7785ac5e12b"}, {file = "indy_vdr-0.4.2-py3-none-manylinux2014_x86_64.whl", hash = "sha256:b1390ee6cbf47967c565b16b7b672969ee54485dd16963ecdd451dc128aff7c1"}, {file = "indy_vdr-0.4.2-py3-none-win_amd64.whl", hash = "sha256:abb70e9dc46d59a6be1ac1a9b3530732c5dc8afe67f5aacba20bc7404c7d3317"}, @@ -3482,4 +3483,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "024aac753f331a472168a6728498439ac628acfbd558f57aba9fd64ae1a58551" +content-hash = "e435fe4ac0b8d979651bf42dd980ccf4763b2e83ded0d7ed8e275d580b8f4d20" diff --git a/plugins/traction_innkeeper/pyproject.toml b/plugins/traction_innkeeper/pyproject.toml index 1160c33f7..83fb358cb 100644 --- a/plugins/traction_innkeeper/pyproject.toml +++ b/plugins/traction_innkeeper/pyproject.toml @@ -14,7 +14,7 @@ packages = [{include = "traction_innkeeper"}] [tool.poetry.dependencies] python = "^3.13" -acapy-agent = { version = "1.5.0rc0" } +acapy-agent = { version = "1.5.0rc1" } python-dateutil = "^2.9.0" bcrypt = "^4.2.1" mergedeep = "^1.3.4"