From b24445c019d250fc6805b3a48fe689a1a1554558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 04:02:44 +0000 Subject: [PATCH] build(deps): update rich requirement from ~=10.9 to ~=12.0 Updates the requirements on [rich](https://github.com/willmcgugan/rich) to permit the latest version. - [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/v10.9.0...v12.0.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b19158b56..6ccfda4b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pygit2>=1.2 pygtrie~=2.4 pyparsing~=2.4 PyYAML~=5.4 -rich~=10.9 +rich~=12.0 schema~=0.7.4 sqlalchemy-migrate~=0.13 typing-extensions~=3.10.0.2 diff --git a/setup.py b/setup.py index e546b2517..1cb903564 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "Jinja2>=2.10,<4.0", "PyYAML~=5.1", "attrs>=19.3,<22.0", "dill~=0.3", "pathos~=0.2", "parse~=1.14", "plumbum~=1.6", "psutil~=5.6", "psycopg2-binary~=2.8", "pygit2>=1.2.1,<1.6.0", "pygtrie~=2.3", - "pyparsing~=2.4", "rich>=6.1,<11.0", "sqlalchemy-migrate~=0.13", + "pyparsing~=2.4", "rich>=6.1,<13.0", "sqlalchemy-migrate~=0.13", "typing-extensions>=3.7.4.3,<3.10.1.0", "virtualenv>=16.7,<21.0", "schema~=0.7.4" ],