From f9ca8e0bd79353db89b8a28aefa3f4fff8451a9b Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 6 Aug 2026 00:26:48 +0000 Subject: [PATCH] [stubsabot] Bump dateparser to 1.4.2 Release: https://pypi.org/pypi/dateparser/1.4.2 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.4.1...v1.4.2 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `dateparser/search/ngram_search.py`. - 0 files included in typeshed's stubs have been deleted. - 11 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 3717. - Total lines of Python code deleted: 684. 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 34b910b18e45..2e688a20eb1c 100644 --- a/stubs/dateparser/METADATA.toml +++ b/stubs/dateparser/METADATA.toml @@ -1,4 +1,4 @@ -version = "1.4.1" +version = "1.4.2" upstream-repository = "https://github.com/scrapinghub/dateparser" [tool.stubtest]