From 70ae8affdccef1987ac16f5759410b0fc2cbc0c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 10:38:43 +0000 Subject: [PATCH] Bump tldextract from 3.6.0 to 5.1.2 Bumps [tldextract](https://github.com/john-kurkowski/tldextract) from 3.6.0 to 5.1.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/3.6.0...5.1.2) --- updated-dependencies: - dependency-name: tldextract dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b075bb2..e97f31b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "python-digitalocean==1.17.0", "PyYAML==6.0.1", "requests==2.32.3", - "tldextract==3.6.0", + "tldextract==5.1.2", ] license = { file = "LICENSE" } requires-python = ">=3.8"