From e0bc93838d39425dd78fbf2ba583d043c97c0325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:06:50 +0000 Subject: [PATCH] chore(deps-dev): bump the python-dependencies group with 2 updates Updates the requirements on [anthropic](https://github.com/anthropics/anthropic-sdk-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `anthropic` to 0.122.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.121.0...v0.122.0) Updates `ruff` to 0.16.3 - [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.16.2...0.16.3) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.122.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a11f77..ce29e5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,8 @@ dependencies = [ ] [project.optional-dependencies] -rca = ["anthropic>=0.121.0"] # necessário só para o comando `diagnose` (RCA por LLM) -dev = ["pytest>=9.1.1", "pytest-asyncio>=1.4.0", "respx>=0.23.1", "ruff>=0.16.2"] +rca = ["anthropic>=0.122.0"] # necessário só para o comando `diagnose` (RCA por LLM) +dev = ["pytest>=9.1.1", "pytest-asyncio>=1.4.0", "respx>=0.23.1", "ruff>=0.16.3"] [project.urls] Homepage = "https://github.com/MariaHilmar/sre-agent"