From fdf0fd4bcdc6a095b7edb3c5aed2cf4f72150f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 15:34:39 +0200 Subject: [PATCH] chore(deps): bump configargparse from 1.5.5 to 1.7 (#53) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f98b6b4..b528ea7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -230,13 +230,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] @@ -1450,4 +1450,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d5e58ff8cffe24beb2227dfff503deac1dc4b7701da6f29b52fbd9b4e401d4cb" +content-hash = "df7409f4640fccee84df2207cf4c6b814261081bda9bbb655c614d4e4a0d37e1" diff --git a/pyproject.toml b/pyproject.toml index f820aa2..b495203 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ acrloader = 'main:main' [tool.poetry.dependencies] python = "^3.11" acrclient = "^0.4.1" -configargparse = "^1.5.5" +configargparse = "^1.7" pyocclient = "^0.6" requests = "^2.31" tqdm = "^4.65.0"