From ef50bf7e1129613eb33db3676a5646feabf40477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:11:22 +0000 Subject: [PATCH] Update rich-argparse requirement from <1.4,>=0.6 to >=0.6,<1.5 Updates the requirements on [rich-argparse](https://github.com/hamdanal/rich-argparse) to permit the latest version. - [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/v0.6.0...v1.4.0) --- updated-dependencies: - dependency-name: rich-argparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 84aff7f..f602e03 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -3,6 +3,6 @@ lunr[languages]>=0.6,<0.8 markdownify>=0.11,<0.12 orjson>=3.8,<3.10 packaging>=20,<24 -rich_argparse>=0.6,<1.4 +rich_argparse>=0.6,<1.5 python-frontmatter>=1,<2 typing-extensions>=4,<5 ; python_version < '3.11'