From 364d3154ea3ec5c4802c5cde6e2918cb3b4f60f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 23:10:28 +0000 Subject: [PATCH 1/2] Bump rich from 12.2.0 to 12.3.0 Bumps [rich](https://github.com/willmcgugan/rich) from 12.2.0 to 12.3.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.2.0...v12.3.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 541aa7f..a39c175 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ install_requires = marshmallow==3.14.1;python_version<"3.7" argcomplete==2.0.0 appdirs==1.4.4 - rich==12.2.0;python_version>="3.6.3" + rich==12.3.0;python_version>="3.6.3" rich==12.1.0;python_version<"3.6.3" [options.packages.find] From 54e16840bea8c1e66362d52d808d556f8e46bb06 Mon Sep 17 00:00:00 2001 From: pylipp Date: Sun, 8 May 2022 20:20:46 +0200 Subject: [PATCH 2/2] Update Changelog [skip ci] --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b9d9d27..6c89c10 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [v1.0.x] - ### Changed -- Update dependency `rich`. (#104) +- Update dependency `rich`. (#104,#105) ## [v1.0.3] - 2022-04-05 ### Changed