From 622278d6773239a258bd03ef74f22ef985b2fbed Mon Sep 17 00:00:00 2001 From: Max Rossmannek Date: Sat, 1 Nov 2025 01:04:56 +0000 Subject: [PATCH] chore(deps): update dependency typos to ~=1.39.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 788c167b..f7e9a40d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -177,7 +177,7 @@ lint = [ "types-beautifulsoup4==4.12.0.20250516", "types-regex==2025.10.23.20251023", "types-requests==2.32.4.20250913", - "typos~=1.38.1", + "typos~=1.39.0", ] [project.urls] -- GitLab