diff --git a/multitenant_provider/poetry.lock b/multitenant_provider/poetry.lock index 5312eaf53..940798da6 100644 --- a/multitenant_provider/poetry.lock +++ b/multitenant_provider/poetry.lock @@ -414,7 +414,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"}, @@ -681,7 +681,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"}, @@ -1127,15 +1127,15 @@ files = [ [[package]] name = "indy-credx" -version = "1.0.3" +version = "1.1.1" description = "" optional = false python-versions = ">=3.6.3" files = [ - {file = "indy_credx-1.0.3-py3-none-macosx_10_9_universal2.whl", hash = "sha256:91fc60edc80bad306f52640deaaa6c4e627d795f3f0df523a6ed8145b6d78a4f"}, - {file = "indy_credx-1.0.3-py3-none-manylinux2014_aarch64.whl", hash = "sha256:5c0c1170234edf9a518f4faf89767ba53f1fcf17d2f5eccb99b01623e5b4b6ba"}, - {file = "indy_credx-1.0.3-py3-none-manylinux2014_x86_64.whl", hash = "sha256:474eba89ab0674f0311ff01476f6b724ca03e37e46cce7fa729da971e3943d93"}, - {file = "indy_credx-1.0.3-py3-none-win_amd64.whl", hash = "sha256:9a120e939bda9ced7f62b678842b31911f301777887de2cec34862af95968be9"}, + {file = "indy_credx-1.1.1-py3-none-macosx_10_9_universal2.whl", hash = "sha256:522b90a2362de681e8224b7e5173a9a6093dc48b2ed13599c9eca3df36e29128"}, + {file = "indy_credx-1.1.1-py3-none-manylinux2014_aarch64.whl", hash = "sha256:05f9a96166f79799c39c62723d78c5480fe9a872dd9dee9fbff1f79d0484c893"}, + {file = "indy_credx-1.1.1-py3-none-manylinux2014_x86_64.whl", hash = "sha256:49061db09e193bc4aa638f565b054dff5c49586d25fc035a7e267655a5655e7c"}, + {file = "indy_credx-1.1.1-py3-none-win_amd64.whl", hash = "sha256:d8085c9f36282f31e2b0fb66691d5b483c2e3ff694ac89fa413856329f13d44c"}, ] [[package]] @@ -1746,7 +1746,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"}, @@ -2623,4 +2623,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f363bd00caf1595e03a0fdc73801d99b6dbc9fca6d3a046579f61d2c799aebcc" +content-hash = "f8b1ee346752a06fe39ea2dea91ca27feb141d65728b5cffa10187008f0edbd7" diff --git a/multitenant_provider/pyproject.toml b/multitenant_provider/pyproject.toml index 1303485ab..1fdf4c225 100644 --- a/multitenant_provider/pyproject.toml +++ b/multitenant_provider/pyproject.toml @@ -30,7 +30,7 @@ mock= "~4.0" [tool.poetry.group.integration.dependencies] aries-askar = { version = "~0.3.0" } -indy-credx = { version = "~1.0.0" } +indy-credx = { version = "~1.1.1" } indy-vdr = { version = "~0.3.3" } ursa-bbs-signatures = { version = "~1.0.1" } python3-indy = { version = "^1.11.1" }