From 66d841732594317cc84f7e7591141f5474d94ad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:23:21 +0000 Subject: [PATCH] Bump acapy-agent from 1.5.0rc0 to 1.5.0 in /plugins/traction_innkeeper Bumps [acapy-agent](https://github.com/openwallet-foundation/acapy) from 1.5.0rc0 to 1.5.0. - [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.0) --- updated-dependencies: - dependency-name: acapy-agent dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugins/traction_innkeeper/poetry.lock | 15 ++++++++------- plugins/traction_innkeeper/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/plugins/traction_innkeeper/poetry.lock b/plugins/traction_innkeeper/poetry.lock index 6e462a2aa..75f4b39e1 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.0" 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.0-py3-none-any.whl", hash = "sha256:2ec2c1ead6f826ac04df5daed9c4d447276ff3d76d994bb8cc9f653abbd0016c"}, + {file = "acapy_agent-1.5.0.tar.gz", hash = "sha256:271caa0679ede758b89652dd1de45803b10c44d67ac2fd14bef208d50f08e0ec"}, ] [package.dependencies] @@ -33,7 +33,7 @@ Markdown = ">=3.7,<3.11" markupsafe = ">=3.0.2,<4.0.0" marshmallow = ">=3.26.1,<3.27.0" nest_asyncio = ">=1.6.0,<1.7.0" -packaging = ">=24.2,<26.0" +packaging = ">=24.2,<27.0" portalocker = ">=3.1.1,<4.0.0" prompt_toolkit = ">=3.0,<3.1" psycopg = {version = ">=3.2.1,<4.0.0", extras = ["binary", "pool"]} @@ -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.15" [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 = "4f2bccfc28e45c8073b69420c673d04ff4edd050587530d0d048a18ff89f4302" diff --git a/plugins/traction_innkeeper/pyproject.toml b/plugins/traction_innkeeper/pyproject.toml index 1160c33f7..2b133315f 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.0" } python-dateutil = "^2.9.0" bcrypt = "^4.2.1" mergedeep = "^1.3.4"