From 21d45eb9c51422b630ed2e31d3c8d087699265de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:10:19 +0000 Subject: [PATCH] Upgrade: Bump rich-argparse from 1.4.0 to 1.5.1 Bumps [rich-argparse](https://github.com/hamdanal/rich-argparse) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/hamdanal/rich-argparse/releases) - [Changelog](https://github.com/hamdanal/rich-argparse/blob/main/CHANGELOG.md) - [Commits](https://github.com/hamdanal/rich-argparse/compare/v1.4.0...v1.5.1) --- updated-dependencies: - dependency-name: rich-argparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4c1f8a4..078f0ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1131,13 +1131,13 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "rich-argparse" -version = "1.4.0" +version = "1.5.1" description = "Rich help formatters for argparse and optparse" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "rich_argparse-1.4.0-py3-none-any.whl", hash = "sha256:68b263d3628d07b1d27cfe6ad896da2f5a5583ee2ba226aeeb24459840023b38"}, - {file = "rich_argparse-1.4.0.tar.gz", hash = "sha256:c275f34ea3afe36aec6342c2a2298893104b5650528941fb53c21067276dba19"}, + {file = "rich_argparse-1.5.1-py3-none-any.whl", hash = "sha256:527ffd2afebc0fd6fae312da4720df0c8bfa858e27c35d5471c338bc4c193939"}, + {file = "rich_argparse-1.5.1.tar.gz", hash = "sha256:025ca081da4dbb013dd4ea5213a782553ef8653d4da33c5b0a96b0d28f73058e"}, ] [package.dependencies]