From 82a26d9f7708417b4e0d192b6be2f2bf5e0420d8 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 5 Feb 2026 00:22:17 +0000 Subject: [PATCH] [stubsabot] Bump dateparser to ~=1.3.0 Release: https://pypi.org/pypi/dateparser/1.3.0 Homepage: https://github.com/scrapinghub/dateparser Repository: https://github.com/scrapinghub/dateparser Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/dateparser Diff: https://github.com/scrapinghub/dateparser/compare/v1.2.2...v1.3.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `dateparser/utils/time_spans.py`. - 0 files included in typeshed's stubs have been deleted. - 9 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 873. - Total lines of Python code deleted: 65. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/dateparser/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/dateparser/METADATA.toml b/stubs/dateparser/METADATA.toml index 289446be0823..84341d42a189 100644 --- a/stubs/dateparser/METADATA.toml +++ b/stubs/dateparser/METADATA.toml @@ -1,4 +1,4 @@ -version = "~=1.2.2" +version = "~=1.3.0" upstream_repository = "https://github.com/scrapinghub/dateparser" [tool.stubtest]