From 9b4f8c23b97bdfaf5aca0ed1d449b522af2c2524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:49:48 +0000 Subject: [PATCH] build(deps): update rich requirement from >=14.0.0 to >=15.0.0 Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [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.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e6a74ecf..e473476fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = [ "chardet>=7.0.1", "requests>=2.32.5", - "rich>=14.0.0", + "rich>=15.0.0", "scapy>=2.6.1; python_version < '4'", "setuptools>=82.0.0", "urllib3>=2.6.3", # pinned by Snyk to avoid a vulnerability