diff --git a/poetry.lock b/poetry.lock index 2b43b0cbe..82839dd51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -881,20 +881,20 @@ test = ["pytest", "ruff"] [[package]] name = "dateparser" -version = "1.2.1" +version = "1.2.2" description = "Date parsing library designed to parse dates from HTML pages" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "dateparser-1.2.1-py3-none-any.whl", hash = "sha256:bdcac262a467e6260030040748ad7c10d6bacd4f3b9cdb4cfd2251939174508c"}, - {file = "dateparser-1.2.1.tar.gz", hash = "sha256:7e4919aeb48481dbfc01ac9683c8e20bfe95bb715a38c1e9f6af889f4f30ccc3"}, + {file = "dateparser-1.2.2-py3-none-any.whl", hash = "sha256:5a5d7211a09013499867547023a2a0c91d5a27d15dd4dbcea676ea9fe66f2482"}, + {file = "dateparser-1.2.2.tar.gz", hash = "sha256:986316f17cb8cdc23ea8ce563027c5ef12fc725b6fb1d137c14ca08777c5ecf7"}, ] [package.dependencies] python-dateutil = ">=2.7.0" pytz = ">=2024.2" -regex = ">=2015.06.24,<2019.02.19 || >2019.02.19,<2021.8.27 || >2021.8.27" +regex = ">=2024.9.11" tzlocal = ">=0.2" [package.extras]