From 81a508d24fe54f0b8f006b514c584b51eaaf80d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:35:51 +0000 Subject: [PATCH] chore(deps): update coolname requirement Updates the requirements on [coolname](https://github.com/alexanderlukanin13/coolname) to permit the latest version. - [Changelog](https://github.com/alexanderlukanin13/coolname/blob/master/HISTORY.rst) - [Commits](https://github.com/alexanderlukanin13/coolname/compare/1.0.4...5.0.0) --- updated-dependencies: - dependency-name: coolname dependency-version: 5.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 0117eadbe38e..962691b13bdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "asgi-lifespan>=1.0,<3.0", "cachetools>=5.3,<7.0", "cloudpickle>=2.0,<4.0", - "coolname>=1.0.4,<3.0.0", + "coolname>=1.0.4,<6.0.0", "exceptiongroup>=1.0.0", "fastapi>=0.111.0,<1.0.0", "fsspec>=2022.5.0",