From 45468be346a2174db7610263daebd5dd49eebeae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:29:32 +0000 Subject: [PATCH] Bump rich from 13.8.1 to 13.9.1 Bumps [rich](https://github.com/Textualize/rich) from 13.8.1 to 13.9.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.8.1...v13.9.1) --- updated-dependencies: - dependency-name: rich dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 6 ++++-- requirements/dev.txt | 6 ++++-- requirements/lint.txt | 2 +- requirements/test.txt | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 01fd30a458..aa1ccd3b75 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -153,7 +153,9 @@ pygments==2.18.0 # rich # sphinx pyjwt==2.8.0 - # via gidgethub + # via + # gidgethub + # pyjwt pyproject-hooks==1.2.0 # via # build @@ -185,7 +187,7 @@ requests==2.32.3 # cherry-picker # python-on-whales # sphinx -rich==13.8.1 +rich==13.9.1 # via typer setuptools-git==1.2 # via -r requirements/test.in diff --git a/requirements/dev.txt b/requirements/dev.txt index 1c2ead648c..85cf3a8f03 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -148,7 +148,9 @@ pygments==2.18.0 # rich # sphinx pyjwt==2.8.0 - # via gidgethub + # via + # gidgethub + # pyjwt pyproject-hooks==1.2.0 # via # build @@ -180,7 +182,7 @@ requests==2.32.3 # cherry-picker # python-on-whales # sphinx -rich==13.8.1 +rich==13.9.1 # via typer setuptools-git==1.2 # via -r requirements/test.in diff --git a/requirements/lint.txt b/requirements/lint.txt index ff1e92fa77..5a0940b888 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -86,7 +86,7 @@ pyyaml==6.0.2 # via pre-commit requests==2.32.3 # via python-on-whales -rich==13.8.1 +rich==13.9.1 # via typer shellingham==1.5.4 # via typer diff --git a/requirements/test.txt b/requirements/test.txt index fdbdbc9d40..cb06760796 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -96,7 +96,7 @@ python-on-whales==0.73.0 # via -r requirements/test.in requests==2.32.3 # via python-on-whales -rich==13.8.1 +rich==13.9.1 # via typer setuptools-git==1.2 # via -r requirements/test.in