From 814a506e0faf55e55f7ad9c8c04da73126580f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:23:43 +0000 Subject: [PATCH] Bump rich from 13.5.2 to 13.5.3 Bumps [rich](https://github.com/Textualize/rich) from 13.5.2 to 13.5.3. - [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/v13.5.2...v13.5.3) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2aef9b6..22f6faf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ classifiers = [ ] dependencies = [ "PyYAML == 6.0.1", - "rich == 13.5.2", + "rich == 13.5.3", "passlib == 1.7.4", "bcrypt == 4.0.1", ]