mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-11 05:52:53 +08:00
Bump dateparser to 1.2.* (#11786)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "1.1.*"
|
||||
version = "1.2.*"
|
||||
upstream_repository = "https://github.com/scrapinghub/dateparser"
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user