From c3c63d45c74270e0c3154f780683e7359489de52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 10:57:29 +0000 Subject: [PATCH] Bump rich from 12.5.1 to 13.3.2 Bumps [rich](https://github.com/Textualize/rich) from 12.5.1 to 13.3.2. - [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/v12.5.1...v13.3.2) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-major ... 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..0a9631f 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==13.3.2 # via fdiff (setup.py) typing-extensions==4.3.0 # via aiohttp