diff --git a/poetry.lock b/poetry.lock index eee5f93..e5c0a9e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -194,14 +194,14 @@ markers = {main = "extra == \"docs\" and sys_platform == \"win32\" and python_ve [[package]] name = "dateparser" -version = "1.2.2" +version = "1.3.0" description = "Date parsing library designed to parse dates from HTML pages" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "dateparser-1.2.2-py3-none-any.whl", hash = "sha256:5a5d7211a09013499867547023a2a0c91d5a27d15dd4dbcea676ea9fe66f2482"}, - {file = "dateparser-1.2.2.tar.gz", hash = "sha256:986316f17cb8cdc23ea8ce563027c5ef12fc725b6fb1d137c14ca08777c5ecf7"}, + {file = "dateparser-1.3.0-py3-none-any.whl", hash = "sha256:8dc678b0a526e103379f02ae44337d424bd366aac727d3c6cf52ce1b01efbb5a"}, + {file = "dateparser-1.3.0.tar.gz", hash = "sha256:5bccf5d1ec6785e5be71cc7ec80f014575a09b4923e762f850e57443bddbf1a5"}, ] [package.dependencies] @@ -212,7 +212,7 @@ tzlocal = ">=0.2" [package.extras] calendars = ["convertdate (>=2.2.1)", "hijridate"] -fasttext = ["fasttext (>=0.9.1)", "numpy (>=1.19.3,<2)"] +fasttext = ["fasttext (>=0.9.1)", "numpy (>=1.22.0,<2)"] langdetect = ["langdetect (>=1.0.0)"] [[package]]