From 15a7d1da552f3948178b94674acd25798cd30c3f Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 4 Sep 2026 00:21:49 +0000 Subject: [PATCH] [stubsabot] Bump dateparser to 1.4.3 Release: https://pypi.org/pypi/dateparser/1.4.3 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.2...v1.4.3 Stubsabot analysis of the diff between the two releases: - 2 public Python files have been added: `dateparser_scripts/tz_abbreviation_conflicts.py`, `tests/benchmarks/__init__.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: 1239. - Total lines of Python code deleted: 189. 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 2e688a20eb1c..cc9a77d9559d 100644 --- a/stubs/dateparser/METADATA.toml +++ b/stubs/dateparser/METADATA.toml @@ -1,4 +1,4 @@ -version = "1.4.2" +version = "1.4.3" upstream-repository = "https://github.com/scrapinghub/dateparser" [tool.stubtest]