diff --git a/poetry.lock b/poetry.lock index 421dff1209..67d6681add 100644 --- a/poetry.lock +++ b/poetry.lock @@ -551,13 +551,13 @@ files = [ [[package]] name = "configargparse" -version = "1.5.5" +version = "1.7" description = "A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.5" files = [ - {file = "ConfigArgParse-1.5.5-py3-none-any.whl", hash = "sha256:541360ddc1b15c517f95c0d02d1fca4591266628f3667acdc5d13dccc78884ca"}, - {file = "ConfigArgParse-1.5.5.tar.gz", hash = "sha256:363d80a6d35614bd446e2f2b1b216f3b33741d03ac6d0a92803306f40e555b58"}, + {file = "ConfigArgParse-1.7-py3-none-any.whl", hash = "sha256:d249da6591465c6c26df64a9f73d2536e743be2f244eb3ebe61114af2f94f86b"}, + {file = "ConfigArgParse-1.7.tar.gz", hash = "sha256:e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1"}, ] [package.extras] @@ -2884,4 +2884,4 @@ bbs = ["ursa-bbs-signatures"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5aae67738c26befd98f37fea3c5401fcab4dbf6c9c69f1fc5764dbf3518d3df0" +content-hash = "6d8895caf68777182537454316499ca027668295de7595dad4a6dbc8ba0680a7" diff --git a/pyproject.toml b/pyproject.toml index 6545251492..8414889af7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ aiohttp-cors="~0.7.0" apispec="^6.6.0" async-timeout="~4.0.2" base58="~2.1.0" -ConfigArgParse="~1.5.3" +ConfigArgParse="~1.7" deepmerge="~0.3.0" ecdsa="~0.19.0" jsonpath-ng="1.6.1"