From 2fd01835dc5ec2344735241c9bc5c88655112677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:07:32 +0000 Subject: [PATCH] build(deps): bump rich from 13.4.2 to 13.7.1 Bumps [rich](https://github.com/Textualize/rich) from 13.4.2 to 13.7.1. - [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.4.2...v13.7.1) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5abd057d2..24aa5cae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "dnfile==0.14.1", "dncil==1.0.2", "pydantic==2.7.1", - "rich==13.4.2", + "rich==13.7.1", "humanize==4.9.0", "protobuf==5.27.0", ]