From 8e1fa80681ff5d61cb1fa7afe5698d04d1dd489c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 20:59:27 +0000 Subject: [PATCH] chore(deps): bump tldextract from 5.3.0 to 5.3.1 in /application Bumps [tldextract](https://github.com/john-kurkowski/tldextract) from 5.3.0 to 5.3.1. - [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.1) --- updated-dependencies: - dependency-name: tldextract dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 5a17a7c7..6363813b 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -92,5 +92,5 @@ wcwidth==0.2.14 werkzeug>=3.1.0 yarl==1.22.0 markdownify==1.2.2 -tldextract==5.3.0 +tldextract==5.3.1 websockets==15.0.1