From e3b0b8b0c0d6c993558d66c1bd3631ae8962b505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 18:32:39 +0000 Subject: [PATCH] build(deps): bump tldextract from 5.3.0 to 5.3.2 Bumps [tldextract](https://github.com/john-kurkowski/tldextract) from 5.3.0 to 5.3.2. - [Release notes](https://github.com/john-kurkowski/tldextract/releases) - [Changelog](https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md) - [Commits](https://github.com/john-kurkowski/tldextract/compare/5.3.0...5.3.2) --- updated-dependencies: - dependency-name: tldextract dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c679c1d1..4d05d306 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "strictyaml==1.7.3", "rich==15.0.0", "typing-extensions==4.16.0", - "tldextract==5.3.0", + "tldextract==5.3.2", "sarif-om==1.0.4", "semver==3.0.4", "patch-ng==1.19.1",