fix(deps): update dependency dateparser to v1.1.7 (#467)

This commit is contained in:
renovate[bot] 2023-02-02 21:33:45 +01:00 committed by GitHub
parent cf5af9f34f
commit 33d4d8cea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -296,14 +296,14 @@ toml = ["tomli"]
[[package]]
name = "dateparser"
version = "1.1.6"
version = "1.1.7"
description = "Date parsing library designed to parse dates from HTML pages"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "dateparser-1.1.6-py2.py3-none-any.whl", hash = "sha256:c47b6e4b8c4b2b2a21690111b6571b6991295ba327ec6503753abeebf5e80696"},
{file = "dateparser-1.1.6.tar.gz", hash = "sha256:e703db1815270c020552f4b3e3a981937b48b2cbcfcef5347071b74788dd9214"},
{file = "dateparser-1.1.7-py2.py3-none-any.whl", hash = "sha256:fbed8b738a24c9cd7f47c4f2089527926566fe539e1a06125eddba75917b1eef"},
{file = "dateparser-1.1.7.tar.gz", hash = "sha256:ff047d9cffad4d3113ead8ec0faf8a7fc43bab7d853ac8715e071312b53c465a"},
]
[package.dependencies]
@ -1514,4 +1514,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "c7509ee5d5f8accb64febff4c185da86dc74b7b17ea31ca019fe0a80756cdaff"
content-hash = "63807d70ecc25d537fa9f3c616530b4be5a01e8d960fd3c3c9b9bfe87a681709"

View File

@ -40,7 +40,7 @@ anyconfig = "0.13.0"
appdirs = "1.4.4"
certifi = "2022.12.7"
colorama = "0.4.6"
dateparser = "1.1.6"
dateparser = "1.1.7"
docker = "6.0.1"
docker-pycreds = "0.4.0"
environs = "9.5.0"