From 34f26a9c0572f47c683b3e04cd57f940eb962654 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:07:48 +0000 Subject: [PATCH] chore(deps): update dependency typos to ~=1.46.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fc37b1..e8d74ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ installer = "uv" dependencies = [ "uv>=0.4.17", # so we can bump the version used by hatch # Typo checking - "typos~=1.45.1", + "typos~=1.46.1", ] [tool.hatch.envs.default.scripts]