From a780512b6036cd21503f32ac5b4735797b84d2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:54:07 +0000 Subject: [PATCH] Update publicsuffixlist requirement from ~=0.9.3 to ~=1.0.2 Updates the requirements on [publicsuffixlist](https://github.com/ko-zu/psl) to permit the latest version. - [Changelog](https://github.com/ko-zu/psl/blob/devel/CHANGES.md) - [Commits](https://github.com/ko-zu/psl/commits) --- updated-dependencies: - dependency-name: publicsuffixlist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cbefe6..40af4d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "matplotlib~=3.7", "pandas~=2.0", "pex~=2.1", - "publicsuffixlist~=0.9.3", + "publicsuffixlist~=1.0.2", "pyarrow~=15.0.0", "pycld3~=0.22.0", "pyspark~=3.5",