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 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]