Bump dateparser to 1.2.* (#11786)

This commit is contained in:
Avasam
2024-04-19 02:58:09 -04:00
committed by GitHub
parent 48a845e070
commit 51d6ecfbbe
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
version = "1.1.*"
version = "1.2.*"
upstream_repository = "https://github.com/scrapinghub/dateparser"
[tool.stubtest]

View File

@@ -18,6 +18,7 @@ def get_last_day_of_month(year, month): ...
def get_previous_leap_year(year): ...
def get_next_leap_year(year): ...
def set_correct_day_from_settings(date_obj, settings, current_day: Incomplete | None = None): ...
def set_correct_month_from_settings(date_obj, settings, current_month=None): ...
def registry(cls): ...
def get_logger() -> Any: ...
def setup_logging() -> None: ...