From ab53470ddf0d210b0d77bc798ed15068b122e802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:14:28 +0000 Subject: [PATCH] Bump tld from 0.13.1 to 0.13.2 Bumps [tld](https://github.com/barseghyanartur/tld) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/barseghyanartur/tld/releases) - [Changelog](https://github.com/barseghyanartur/tld/blob/main/CHANGELOG.rst) - [Commits](https://github.com/barseghyanartur/tld/compare/0.13.1...0.13.2) --- updated-dependencies: - dependency-name: tld dependency-version: 0.13.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 845067c..eea0079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "click==8.3.2", "rich==14.3.3", - "tld==0.13.1", + "tld==0.13.2", "requests==2.33.1", "simplejson==3.20.2", "packaging==26.0",