From 249272b36655e337d5a0eb653f6d832c13d7b8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:13:47 +0000 Subject: [PATCH] Bump rich from 13.9.4 to 14.2.0 Bumps [rich](https://github.com/Textualize/rich) from 13.9.4 to 14.2.0. - [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.9.4...v14.2.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 219ed107..a6977496 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -242,7 +242,7 @@ dependencies = [ "pycountry >=23,<25", "python-slugify ==8.0.4", "pytz ==2024.2", - "rich ==13.9.4", + "rich ==14.2.0", "sentry_dramatiq ==0.3.3", "sentry-sdk ==2.18.0", "sqlalchemy[mypy] ==2.0.36",