diff --git a/poetry.lock b/poetry.lock index 55b0086..d846578 100644 --- a/poetry.lock +++ b/poetry.lock @@ -213,14 +213,14 @@ toml = ["tomli"] [[package]] name = "dateparser" -version = "1.1.5" +version = "1.1.6" description = "Date parsing library designed to parse dates from HTML pages" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "dateparser-1.1.5-py2.py3-none-any.whl", hash = "sha256:ceb159f1b4a9df54ed6209e91298097deafde476037f8611b4cb2b1cb8b31c58"}, - {file = "dateparser-1.1.5.tar.gz", hash = "sha256:107f3cc87a60770e10d111349adc1504224a6b60753a47a64b0ec842ab85b5a9"}, + {file = "dateparser-1.1.6-py2.py3-none-any.whl", hash = "sha256:c47b6e4b8c4b2b2a21690111b6571b6991295ba327ec6503753abeebf5e80696"}, + {file = "dateparser-1.1.6.tar.gz", hash = "sha256:e703db1815270c020552f4b3e3a981937b48b2cbcfcef5347071b74788dd9214"}, ] [package.dependencies] @@ -1431,4 +1431,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "7d44a6147d51ab2d5f44bcceea79f360e0ae356ceed4e4258922006f96d58e3d" +content-hash = "980b25ee1a692fd521329529115799c71c92ceffb58c5b990f2778d234a76a09" diff --git a/pyproject.toml b/pyproject.toml index 1d97e3f..53736a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" certifi = "2022.12.7" colorama = "0.4.6" -dateparser = "1.1.5" +dateparser = "1.1.6" docker = "6.0.1" docker-pycreds = "0.4.0" environs = "9.5.0"