From 65b05c0374761311b8f7135def5f1fee9680eb49 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 27 Mar 2026 00:25:32 +0000 Subject: [PATCH] [stubsabot] Bump dateparser to ~=1.4.0 Release: https://pypi.org/pypi/dateparser/1.4.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.3.0...v1.4.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 7 files included in typeshed's stubs have been modified or renamed: `dateparser/__init__.py`, `dateparser/conf.py`, `dateparser/data/languages_info.py`, `dateparser/date.py`, `dateparser/languages/dictionary.py`, `dateparser/languages/locale.py`, `dateparser/timezone_parser.py`. - Total lines of Python code added: 428. - Total lines of Python code deleted: 104. 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 84341d42a189..4e41b8d39f70 100644 --- a/stubs/dateparser/METADATA.toml +++ b/stubs/dateparser/METADATA.toml @@ -1,4 +1,4 @@ -version = "~=1.3.0" +version = "~=1.4.0" upstream_repository = "https://github.com/scrapinghub/dateparser" [tool.stubtest]