From fcaf3e47d0c95e0211a1ab0af08947370d0d3c23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:08:40 +0100 Subject: [PATCH] fix(deps): update dependency dateparser to v1.1.5 (#452) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 13e8615..0d86c79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -211,14 +211,14 @@ toml = ["tomli"] [[package]] name = "dateparser" -version = "1.1.4" +version = "1.1.5" description = "Date parsing library designed to parse dates from HTML pages" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "dateparser-1.1.4-py2.py3-none-any.whl", hash = "sha256:4431159799b63d8acec5d7d844c5e06edf3d1b0eb2bda6d4cac87134ddddd01c"}, - {file = "dateparser-1.1.4.tar.gz", hash = "sha256:73ec6e44a133c54076ecf9f9dc0fbe3dd4831f154f977ff06f53114d57c5425e"}, + {file = "dateparser-1.1.5-py2.py3-none-any.whl", hash = "sha256:ceb159f1b4a9df54ed6209e91298097deafde476037f8611b4cb2b1cb8b31c58"}, + {file = "dateparser-1.1.5.tar.gz", hash = "sha256:107f3cc87a60770e10d111349adc1504224a6b60753a47a64b0ec842ab85b5a9"}, ] [package.dependencies] @@ -1423,4 +1423,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "0f90ba23a49b99b6dc8b65a2e7b967fcf5b1722f8fdc8e41e1fe9204476332ae" +content-hash = "73e5a34404b06ebaee9e19535794d638357b824f1bcf4c028183eca2d3b9333d" diff --git a/pyproject.toml b/pyproject.toml index ae8405d..00956a8 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.4" +dateparser = "1.1.5" docker = "6.0.1" docker-pycreds = "0.4.0" environs = "9.5.0"