From 9f9820fc5e5128acd9370120e475131613a9eea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:33:13 +0000 Subject: [PATCH] chore(deps): Bump unflatten from 0.1.1 to 0.2.0 Bumps [unflatten](https://github.com/dairiki/unflatten) from 0.1.1 to 0.2.0. - [Changelog](https://github.com/dairiki/unflatten/blob/master/CHANGES.md) - [Commits](https://github.com/dairiki/unflatten/compare/0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: unflatten dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ff524c1c63..deecd4c97e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2611,13 +2611,13 @@ files = [ [[package]] name = "unflatten" -version = "0.1.1" +version = "0.2.0" description = "Unflatten dict to dict with nested dict/arrays" optional = false python-versions = "*" files = [ - {file = "unflatten-0.1.1-py2.py3-none-any.whl", hash = "sha256:42de0eae963f34cbb8d80a35cdab962f723b879a3e93c603fac9ca6062e96de3"}, - {file = "unflatten-0.1.1.tar.gz", hash = "sha256:5d695d6b0a70ff7aca5d63474b79cd397ed5f7d87de0e990aaf0b04db77784a5"}, + {file = "unflatten-0.2.0-py2.py3-none-any.whl", hash = "sha256:a0afa7ff22313dcc60ff45110b796ed5b4e908614826e8672a9f76d3a20c1f54"}, + {file = "unflatten-0.2.0.tar.gz", hash = "sha256:9710bc558882f697bc36a95a97614be296f07c8f8df1bc2b4ef96c189ce5cf84"}, ] [[package]] @@ -2898,4 +2898,4 @@ didcommv2 = ["didcomm-messaging"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "036c571c808952dc6bd3b31a40358d127594b3cf14fe19afb62e5564b4d8b63c" +content-hash = "d59d92949e412ba574e2b5cbe5f0b193365f76cc2081bb31a2bb7e248759f489" diff --git a/pyproject.toml b/pyproject.toml index c1bf5d5f2f..6d9df32eec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pyyaml="~6.0.2" qrcode = {version = ">=6.1,<7.0", extras = ["pil"]} requests="~2.32.3" rlp="4.0.1" -unflatten="~0.1" +unflatten="~0.2" sd-jwt = "^0.10.3" did-peer-2 = "^0.1.2" did-peer-4 = "^0.1.4"