From 9e3eefa89602d8dd2481f5f83e1915a1082a9235 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 12:23:57 +0000 Subject: [PATCH] deps: Update dependency typos to >=1.36.2,<2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fdc91be4..b158ead8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dask-core = ">=2025.7.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=1.12.3,<2" ruff = ">=0.12.12,<0.13" -typos = ">=1.36.1,<2" +typos = ">=1.36.2,<2" actionlint = ">=1.7.7,<2" blacken-docs = ">=1.19.1,<2" pytest = ">=8.4.2,<9"