From 0a64ff5ff20dbf3cd02f9aaaf7d7f4f7ff04af5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:06:59 +0000 Subject: [PATCH] chore(deps): Bump configargparse from 1.5.5 to 1.7 Bumps [configargparse](https://github.com/bw2/ConfigArgParse) from 1.5.5 to 1.7. - [Release notes](https://github.com/bw2/ConfigArgParse/releases) - [Commits](https://github.com/bw2/ConfigArgParse/compare/1.5.5...1.7) --- updated-dependencies: - dependency-name: configargparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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"