From be42969261e0b655e8a87c136341172ada0437f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 10:08:23 +0000 Subject: [PATCH] Bump rich from 12.0.0 to 12.0.1 Bumps [rich](https://github.com/willmcgugan/rich) from 12.0.0 to 12.0.1. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v12.0.0...v12.0.1) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5b3a1e..b6edc6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ pycparser==2.21 # via cffi pygments==2.11.2 # via rich -rich==12.0.0 +rich==12.0.1 # via fdiff (setup.py) typing-extensions==4.1.1 # via aiohttp