From 07c74cc0e71690a1e6657cc27fd0c1986f801836 Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 29 Aug 2024 14:16:58 +0300 Subject: [PATCH] :arrow_up: Update lock file --- poetry.lock | 57 ++++++++++++++--------------------------------------- 1 file changed, 15 insertions(+), 42 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7e072e1..48bdaf6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -212,25 +212,9 @@ marshmallow = ["marshmallow (>=3.18.0)"] tests = ["apispec[marshmallow,yaml]", "openapi-spec-validator (==0.7.1)", "pytest"] yaml = ["PyYAML (>=3.10)"] -[[package]] -name = "aries-askar" -version = "0.3.2" -description = "" -optional = false -python-versions = ">=3.6.3" -files = [ - {file = "aries_askar-0.3.2-py3-none-macosx_10_9_universal2.whl", hash = "sha256:02ddbe1773ce72c57edafff5777a1337d4a678da7484596712949170fb3ca1dc"}, - {file = "aries_askar-0.3.2-py3-none-manylinux2014_aarch64.whl", hash = "sha256:176eebcf833bb9974a162fd931c8d67669e4f0145b351ce9cb1289fd2d5a345c"}, - {file = "aries_askar-0.3.2-py3-none-manylinux2014_x86_64.whl", hash = "sha256:63f9ab97db4778ced830a6d1135e1f8bd1ca564de27218bd114f1cffbd31b04c"}, - {file = "aries_askar-0.3.2-py3-none-win_amd64.whl", hash = "sha256:6b4253377d5ed167ed94790e49c58584b68f897d2541ac4bb18fd37e9264164b"}, -] - -[package.dependencies] -cached-property = ">=1.5.2,<1.6.0" - [[package]] name = "aries-cloudagent" -version = "1.0.0" +version = "1.0.0b0" description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. " optional = false python-versions = "^3.12" @@ -238,7 +222,7 @@ files = [] develop = false [package.dependencies] -aiohttp = "~3.10.4" +aiohttp = "~3.10.3" aiohttp-apispec-acapy = "~3.0.2" aiohttp-cors = "~0.7.0" apispec = "^6.6.0" @@ -250,7 +234,7 @@ did-peer-2 = "^0.1.2" did-peer-4 = "^0.1.4" ecdsa = "~0.19.0" jsonpath-ng = "1.6.1" -Markdown = "~3.7" +Markdown = "~3.6" markupsafe = "2.1.5" marshmallow = "~3.21.3" nest_asyncio = "~1.6.0" @@ -272,15 +256,15 @@ unflatten = "~0.1" uuid_utils = "^0.9.0" [package.extras] -askar = ["anoncreds (==0.2.0)", "aries-askar-ff137 (>=0.3.3b1,<0.4.0)", "indy-credx (>=1.1.1,<1.2.0)", "indy-vdr (>=0.4.0,<0.5.0)"] +askar = ["anoncreds (==0.2.0)", "aries-askar-ff137 (==0.3.3b0)", "indy-credx (>=1.1.1,<1.2.0)", "indy-vdr (>=0.4.0,<0.5.0)"] bbs = ["ursa-bbs-signatures (>=1.0.1,<1.1.0)"] didcommv2 = ["didcomm-messaging (>=0.1.1a0,<0.2.0)"] [package.source] type = "git" -url = "https://github.com/ff137/aries-cloudagent-python.git" -reference = "feat/pagination-ordering" -resolved_reference = "63812f472c4b07336a81b4f8f4b3c071739f3c2b" +url = "https://github.com/didx-xyz/aries-cloudagent-python.git" +reference = "1.0.0b0" +resolved_reference = "38ab0031741d89c96edfe2e29357fe14ac8ac8db" [[package]] name = "async-timeout" @@ -326,17 +310,6 @@ files = [ [package.extras] tests = ["PyHamcrest (>=2.0.2)", "mypy", "pytest (>=4.6)", "pytest-benchmark", "pytest-cov", "pytest-flake8"] -[[package]] -name = "cached-property" -version = "1.5.2" -description = "A decorator for caching properties in classes." -optional = false -python-versions = "*" -files = [ - {file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"}, - {file = "cached_property-1.5.2-py2.py3-none-any.whl", hash = "sha256:df4f613cf7ad9a588cc381aaf4a512d26265ecebd5eb9e1ba12f1319eb85a6a0"}, -] - [[package]] name = "cachetools" version = "5.5.0" @@ -1076,13 +1049,13 @@ test = ["eth-utils (>=2.0.0)", "hypothesis (>=3.44.24,<=6.31.6)", "pytest (>=7.0 [[package]] name = "idna" -version = "3.7" +version = "3.8" description = "Internationalized Domain Names in Applications (IDNA)" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" files = [ - {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, - {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, + {file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"}, + {file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"}, ] [[package]] @@ -1335,13 +1308,13 @@ source = ["Cython (>=3.0.11)"] [[package]] name = "markdown" -version = "3.7" +version = "3.6" description = "Python implementation of John Gruber's Markdown." optional = false python-versions = ">=3.8" files = [ - {file = "Markdown-3.7-py3-none-any.whl", hash = "sha256:7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803"}, - {file = "markdown-3.7.tar.gz", hash = "sha256:2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2"}, + {file = "Markdown-3.6-py3-none-any.whl", hash = "sha256:48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f"}, + {file = "Markdown-3.6.tar.gz", hash = "sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224"}, ] [package.extras] @@ -2441,4 +2414,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.12.0,<4.0.0" -content-hash = "8a64f14bdfe600b107083c087f0ef9014547d0148c38d6b476b15033dbb46002" +content-hash = "9ab7976ce88622a87c74429167e81fad2faf3ec2e7e018a376233e243d793221"