From fdf19995b30e8a7dd4b9876c46591c3f41331642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:29:38 +0000 Subject: [PATCH] Bump rich from 14.2.0 to 14.3.1 Bumps [rich](https://github.com/Textualize/rich) from 14.2.0 to 14.3.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/v14.2.0...v14.3.1) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42b4472..05d9f8f 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ ], install_requires=[ "requests==2.32.5", - "rich==14.2.0", + "rich==14.3.1", ], python_requires=">=3.9", entry_points={"console_scripts": ["fitbit-cli = fitbit_cli.main:main"]},