From 3c7d958e0d830e426392a46ae72b9f4da4a741b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:02:06 +0000 Subject: [PATCH] Bump rich from 13.8.0 to 13.9.4 Bumps [rich](https://github.com/Textualize/rich) from 13.8.0 to 13.9.4. - [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.8.0...v13.9.4) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3627d4..50842ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "colorama == 0.4.6", "lxml == 5.3.0", "requests == 2.32.3", - "rich == 13.8.0", + "rich == 13.9.4", "single-source>=0.4.0", "termcolor == 2.4.0", "typer>=0.12.5", diff --git a/requirements-dev.txt b/requirements-dev.txt index 646ecab..d27be0f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,7 +31,7 @@ pyjwt==2.9.0 pynacl==1.5.0 pyyaml==6.0.2 requests==2.32.3 -rich==13.8.0 +rich==13.9.4 rtoml==0.11.0 ruff==0.6.3 shellingham==1.5.4 diff --git a/requirements.txt b/requirements.txt index fbfdd3b..a7ca055 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ markdown-it-py==3.0.0 mdurl==0.1.2 pygments==2.18.0 requests==2.32.3 -rich==13.8.0 +rich==13.9.4 soupsieve==2.6 termcolor==2.4.0 urllib3==2.2.2