From 189ef71f7247f5a527433773543d9b288da6612f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:43:48 +0000 Subject: [PATCH] Update ruff requirement from ~=0.14.5 to >=0.14.5,<0.16.0 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.5...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aaedb0614..6b213a08e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ Issues = "https://github.com/atlanhq/atlan-python/issues" [dependency-groups] dev = [ "mypy~=1.18.0", - "ruff~=0.14.5", + "ruff>=0.14.5,<0.16.0", "types-setuptools~=80.9.0.20250822", "types-Authlib~=1.6.5.20251005", "jaraco-context~=6.1.0",