diff --git a/changes/2793.misc.md b/changes/2793.misc.md new file mode 100644 index 000000000..b5f5216c0 --- /dev/null +++ b/changes/2793.misc.md @@ -0,0 +1 @@ +Update rich requirement from <15.0,>=12.6 to >=12.6,<16.0. diff --git a/pyproject.toml b/pyproject.toml index 3bb747bf3..53b6f03db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dependencies = [ "psutil >= 5.9, < 8.0", "python-dateutil >= 2.9.0.post0", # transitive dependency (beeware/briefcase#1428) "httpx >= 0.20, < 1.0", - "rich >= 12.6, < 15.0", + "rich >= 12.6, < 16.0", "tenacity >= 8.0, < 10.0", "tomli >= 2.0, < 3.0; python_version <= '3.10'", "tomli_w >= 1.0, < 2.0",