From e3f4ac069e1f268eb3d97678dc2cac4a28f80375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 10:02:48 +0000 Subject: [PATCH] Bump rich from 10.15.2 to 10.16.0 Bumps [rich](https://github.com/willmcgugan/rich) from 10.15.2 to 10.16.0. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/willmcgugan/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v10.15.2...v10.16.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 674afe7..e8d3fbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ pycparser==2.21 # via cffi pygments==2.10.0 # via rich -rich==10.15.2 +rich==10.16.0 # via fdiff (setup.py) typing-extensions==4.0.1 # via aiohttp