From d24e15e0cfeb30287f06ff3230b9595c5a43909f Mon Sep 17 00:00:00 2001 From: Mourits de Beer <31511766+ff137@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:27:34 +0200 Subject: [PATCH] use tag 1.0.0b1 (#607) Signed-off-by: ff137 --- basicmessage_storage/poetry.lock | 6 +++--- basicmessage_storage/pyproject.toml | 2 +- connection_update/integration/poetry.lock | 6 +++--- connection_update/integration/pyproject.toml | 2 +- connection_update/poetry.lock | 6 +++--- connection_update/pyproject.toml | 2 +- firebase_push_notifications/poetry.lock | 6 +++--- firebase_push_notifications/pyproject.toml | 2 +- kafka_events/poetry.lock | 6 +++--- kafka_events/pyproject.toml | 2 +- plugin_globals/poetry.lock | 6 +++--- plugin_globals/pyproject.toml | 2 +- redis_events/integration/poetry.lock | 6 +++--- redis_events/integration/pyproject.toml | 2 +- redis_events/poetry.lock | 6 +++--- redis_events/pyproject.toml | 2 +- 16 files changed, 32 insertions(+), 32 deletions(-) diff --git a/basicmessage_storage/poetry.lock b/basicmessage_storage/poetry.lock index fc84eea22..93f1566f2 100644 --- a/basicmessage_storage/poetry.lock +++ b/basicmessage_storage/poetry.lock @@ -279,8 +279,8 @@ didcommv2 = ["didcomm-messaging (>=0.1.1a0,<0.2.0)"] [package.source] type = "git" url = "https://github.com/didx-xyz/aries-cloudagent-python.git" -reference = "1.0.0b0" -resolved_reference = "38ab0031741d89c96edfe2e29357fe14ac8ac8db" +reference = "1.0.0b1" +resolved_reference = "e36fe134f70b9b38df5b3c937f674ee41b4f0e14" [[package]] name = "async-timeout" @@ -2639,4 +2639,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "cd1650d480efb48976d4dc828ac302d636079850a34c64482da1adb0f6dbe4a7" +content-hash = "9b530baa07c8288f184676b32ec6a8cc016727fe2538c788b66dd84115b4f8d3" diff --git a/basicmessage_storage/pyproject.toml b/basicmessage_storage/pyproject.toml index e8a98f7ae..f772349af 100644 --- a/basicmessage_storage/pyproject.toml +++ b/basicmessage_storage/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.12" # Define ACA-Py as an optional/extra dependancy so it can be # explicitly installed with the plugin if desired. -aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" } +aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" } mergedeep = "^1.3.4" [tool.poetry.extras] diff --git a/connection_update/integration/poetry.lock b/connection_update/integration/poetry.lock index 2213dbc32..ead620582 100644 --- a/connection_update/integration/poetry.lock +++ b/connection_update/integration/poetry.lock @@ -250,8 +250,8 @@ didcommv2 = ["didcomm-messaging (>=0.1.1a0,<0.2.0)"] [package.source] type = "git" url = "https://github.com/didx-xyz/aries-cloudagent-python.git" -reference = "1.0.0b0" -resolved_reference = "38ab0031741d89c96edfe2e29357fe14ac8ac8db" +reference = "1.0.0b1" +resolved_reference = "e36fe134f70b9b38df5b3c937f674ee41b4f0e14" [[package]] name = "async-timeout" @@ -2291,4 +2291,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "c52fae847ee3c475683e6277cdf8dc25ae89cbcad2526e57772effb084214922" +content-hash = "1b74a272ed58bceefc63ac15e8e687ca7ae40b0f3a84dca8c7e46d6a5666012c" diff --git a/connection_update/integration/pyproject.toml b/connection_update/integration/pyproject.toml index a8c26842d..17d4a94ad 100644 --- a/connection_update/integration/pyproject.toml +++ b/connection_update/integration/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.12" pytest = "^8.3.2" pytest-asyncio = "~0.23.7" requests = "^2.31.0" -aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" } +aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" } [tool.poetry.dev-dependencies] diff --git a/connection_update/poetry.lock b/connection_update/poetry.lock index ab4c44d35..3bc4c21cb 100644 --- a/connection_update/poetry.lock +++ b/connection_update/poetry.lock @@ -279,8 +279,8 @@ didcommv2 = ["didcomm-messaging (>=0.1.1a0,<0.2.0)"] [package.source] type = "git" url = "https://github.com/didx-xyz/aries-cloudagent-python.git" -reference = "1.0.0b0" -resolved_reference = "38ab0031741d89c96edfe2e29357fe14ac8ac8db" +reference = "1.0.0b1" +resolved_reference = "e36fe134f70b9b38df5b3c937f674ee41b4f0e14" [[package]] name = "async-timeout" @@ -2628,4 +2628,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "318cfbc0071b32f5237447bbfad198017ae6e9bc4130196a80232a4e3fb26b0d" +content-hash = "f022802e7a5b6fad8390803790188c601a7b32dec61305e39a0c957b57710001" diff --git a/connection_update/pyproject.toml b/connection_update/pyproject.toml index 30ab02500..76b7b8bce 100644 --- a/connection_update/pyproject.toml +++ b/connection_update/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.12" # Define ACA-Py as an optional/extra dependancy so it can be # explicitly installed with the plugin if desired. -aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" } +aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" } [tool.poetry.extras] aca-py = ["aries-cloudagent"] diff --git a/firebase_push_notifications/poetry.lock b/firebase_push_notifications/poetry.lock index e690ed30c..e1d4afefe 100644 --- a/firebase_push_notifications/poetry.lock +++ b/firebase_push_notifications/poetry.lock @@ -279,8 +279,8 @@ didcommv2 = ["didcomm-messaging (>=0.1.1a0,<0.2.0)"] [package.source] type = "git" url = "https://github.com/didx-xyz/aries-cloudagent-python.git" -reference = "1.0.0b0" -resolved_reference = "38ab0031741d89c96edfe2e29357fe14ac8ac8db" +reference = "1.0.0b1" +resolved_reference = "e36fe134f70b9b38df5b3c937f674ee41b4f0e14" [[package]] name = "async-timeout" @@ -2839,4 +2839,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "0a26dfd53ef4695fbb7450242afe6811c8151106254bc5604c59de398ce39b17" +content-hash = "50c88d341d34a798d0a11434fc6ebfe2ddedc0d3b086a14606ae103dbd5469ae" diff --git a/firebase_push_notifications/pyproject.toml b/firebase_push_notifications/pyproject.toml index cd7d09b1a..29b85b489 100644 --- a/firebase_push_notifications/pyproject.toml +++ b/firebase_push_notifications/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.12" # Define ACA-Py as an optional/extra dependancy so it can be # explicitly installed with the plugin if desired. -aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" } +aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" } marshmallow = "^3.20.1" google-auth = "^2.25.2" google-api-python-client = "^2.134.0" diff --git a/kafka_events/poetry.lock b/kafka_events/poetry.lock index 804dc5c1e..508f74f63 100644 --- a/kafka_events/poetry.lock +++ b/kafka_events/poetry.lock @@ -331,8 +331,8 @@ didcommv2 = ["didcomm-messaging (>=0.1.1a0,<0.2.0)"] [package.source] type = "git" url = "https://github.com/didx-xyz/aries-cloudagent-python.git" -reference = "1.0.0b0" -resolved_reference = "38ab0031741d89c96edfe2e29357fe14ac8ac8db" +reference = "1.0.0b1" +resolved_reference = "e36fe134f70b9b38df5b3c937f674ee41b4f0e14" [[package]] name = "async-timeout" @@ -2870,4 +2870,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "14a49918a63572a6941101c7ee4def17f7c41d6b072e2cce0cb930d225182b3d" +content-hash = "2a4a0ba015ff7dd51f7e21574dd86b129479e20dd4d0d470a66af38d21fcffb8" diff --git a/kafka_events/pyproject.toml b/kafka_events/pyproject.toml index 18f646b04..49ba04c30 100644 --- a/kafka_events/pyproject.toml +++ b/kafka_events/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.12" # Define ACA-Py as an optional/extra dependancy so it can be # explicitly installed with the plugin if desired. -aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" } +aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" } aiokafka = "^0.11.0" ecdsa = "^0.19.0" pydantic = "^2.7.0" diff --git a/plugin_globals/poetry.lock b/plugin_globals/poetry.lock index b647e2e72..23330d3cc 100644 --- a/plugin_globals/poetry.lock +++ b/plugin_globals/poetry.lock @@ -279,8 +279,8 @@ didcommv2 = ["didcomm-messaging (>=0.1.1a0,<0.2.0)"] [package.source] type = "git" url = "https://github.com/didx-xyz/aries-cloudagent-python.git" -reference = "1.0.0b0" -resolved_reference = "38ab0031741d89c96edfe2e29357fe14ac8ac8db" +reference = "1.0.0b1" +resolved_reference = "e36fe134f70b9b38df5b3c937f674ee41b4f0e14" [[package]] name = "async-timeout" @@ -2628,4 +2628,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "8b31ec5c4c8892d86a5df0b8a6e37080b7b9a90d54a969eab02160217e7ecf27" +content-hash = "8db742ed2f042e684ad7b67be192b47b2750ecb2bdd190dd47ec2e3dcdea8858" diff --git a/plugin_globals/pyproject.toml b/plugin_globals/pyproject.toml index 4576de152..c66ddb016 100644 --- a/plugin_globals/pyproject.toml +++ b/plugin_globals/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.12" # Define ACA-Py as an optional/extra dependancy so it can be # explicitly installed with the plugin if desired. -aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" } +aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" } [tool.poetry.extras] aca-py = ["aries-cloudagent"] diff --git a/redis_events/integration/poetry.lock b/redis_events/integration/poetry.lock index 706af5daa..544d9408d 100644 --- a/redis_events/integration/poetry.lock +++ b/redis_events/integration/poetry.lock @@ -270,8 +270,8 @@ didcommv2 = ["didcomm-messaging (>=0.1.1a0,<0.2.0)"] [package.source] type = "git" url = "https://github.com/didx-xyz/aries-cloudagent-python.git" -reference = "1.0.0b0" -resolved_reference = "38ab0031741d89c96edfe2e29357fe14ac8ac8db" +reference = "1.0.0b1" +resolved_reference = "e36fe134f70b9b38df5b3c937f674ee41b4f0e14" [[package]] name = "async-timeout" @@ -2417,4 +2417,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "381b1481231df92685f0238b3f8d56c6ecbd89f4f25e6c5cee5ff9c4a3ec83eb" +content-hash = "0dcbeab6df1a7c71e7d6f26b8f3e5ddf3493c5120c300840c5891d7ea7de2b8f" diff --git a/redis_events/integration/pyproject.toml b/redis_events/integration/pyproject.toml index 8ea2df59d..0288eb523 100644 --- a/redis_events/integration/pyproject.toml +++ b/redis_events/integration/pyproject.toml @@ -10,7 +10,7 @@ pytest = "^8.3.2" pytest-asyncio = "~0.23.7" requests = "^2.31.0" aiohttp = "^3.9.5" -aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" } +aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" } fastapi-slim = "^0.112.0" nest-asyncio = "^1.5.5" pydantic = "^2.7" diff --git a/redis_events/poetry.lock b/redis_events/poetry.lock index 05285a7d0..c0ed56a71 100644 --- a/redis_events/poetry.lock +++ b/redis_events/poetry.lock @@ -304,8 +304,8 @@ didcommv2 = ["didcomm-messaging (>=0.1.1a0,<0.2.0)"] [package.source] type = "git" url = "https://github.com/didx-xyz/aries-cloudagent-python.git" -reference = "1.0.0b0" -resolved_reference = "38ab0031741d89c96edfe2e29357fe14ac8ac8db" +reference = "1.0.0b1" +resolved_reference = "e36fe134f70b9b38df5b3c937f674ee41b4f0e14" [[package]] name = "async-timeout" @@ -2886,4 +2886,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1d00e8d945bcd9aa686657c72ee1ede39346b4bca86673fbcf1f70e385e51685" +content-hash = "93485a268e095b93022e0fcd4c1528891c7772cec9f42fdae87cda0a429d650f" diff --git a/redis_events/pyproject.toml b/redis_events/pyproject.toml index 5947aa842..fcd574287 100644 --- a/redis_events/pyproject.toml +++ b/redis_events/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.12" # Define ACA-Py as an optional/extra dependancy so it can be # explicitly installed with the plugin if desired. -aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" } +aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" } aiohttp = "^3.9.5" fastapi-slim = "^0.112.0" nest-asyncio = "^1.5.5"