From 2c86392e2b95bc4bf2f48121b579188d77d17b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:40:44 +0000 Subject: [PATCH] deps: update rich requirement from <15,>=13.7 to >=13.7,<16 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/v13.7.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 24050ec..b4b2ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "AzureFox Contributors" }] dependencies = [ "pydantic>=2.8,<3", "typer>=0.12,<1", - "rich>=13.7,<15", + "rich>=13.7,<16", "azure-identity>=1.17,<2", "azure-keyvault-secrets>=4.9,<5", "azure-mgmt-resource>=23.1,<26",