From 89049a8f40b2b6ad760c9f0d51e411a6c7d303d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 22:49:40 +0000 Subject: [PATCH] :arrow_up: Update rich requirement from ~=13.6.0 to ~=13.7.0 (#34) Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.6.0...v13.7.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8750e5b..5216bcc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -rich~=13.6.0 +rich~=13.7.0 rich-click~=1.7.1 assertpy~=1.1.0 pytest==7.4.3