From 3daa5023cd36a59e46066583ace00f2e6afcd8d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:02:18 +0000 Subject: [PATCH] Bump rich from 12.5.1 to 12.6.0 Bumps [rich](https://github.com/willmcgugan/rich) from 12.5.1 to 12.6.0. - [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.5.1...v12.6.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5aae812..22772d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ pycparser==2.21 # via cffi pygments==2.12.0 # via rich -rich==12.5.1 +rich==12.6.0 # via fdiff (setup.py) typing-extensions==4.3.0 # via aiohttp