From 25d92f91b84619a9cd6d11f626a3a01904a1c7d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:04:29 +0000 Subject: [PATCH] Update ruff requirement from ~=0.9.9 to ~=0.12.2 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.9.9...0.12.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0357f246..10d9edd09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ Issues = "https://github.com/atlanhq/atlan-python/issues" [project.optional-dependencies] dev = [ "mypy~=1.9.0", - "ruff~=0.9.9", + "ruff>=0.9.9,<0.13.0", "types-requests~=2.31.0.6", "types-setuptools~=75.8.0.20250110", "pytest~=8.3.4", diff --git a/requirements-dev.txt b/requirements-dev.txt index 3d25f0c2c..6d3179ef9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ mypy~=1.9.0 -ruff~=0.9.9 +ruff>=0.9.9,<0.13.0 # [PINNED] for Python 3.8 compatibility # higher versions require urllib3>=2.0 types-requests~=2.31.0.6