fix(deps): update dependency dateparser to v1.1.0 (#178)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-10-04 19:49:28 +02:00 committed by GitHub
parent b6567986ed
commit ac96a56aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

12
poetry.lock generated
View File

@ -113,7 +113,7 @@ toml = ["tomli"]
[[package]]
name = "dateparser"
version = "1.0.0"
version = "1.1.0"
description = "Date parsing library designed to parse dates from HTML pages"
category = "main"
optional = false
@ -122,11 +122,13 @@ python-versions = ">=3.5"
[package.dependencies]
python-dateutil = "*"
pytz = "*"
regex = "!=2019.02.19"
regex = "<2019.02.19 || >2019.02.19,<2021.8.27 || >2021.8.27"
tzlocal = "*"
[package.extras]
calendars = ["convertdate", "hijri-converter", "convertdate"]
fasttext = ["fasttext"]
langdetect = ["langdetect"]
[[package]]
name = "docker"
@ -837,7 +839,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "82e5027f80303483b0b982c2a13500cd8d0bfafca65306d7a47be4277f389cdf"
content-hash = "461aee82b1b74768cc685e06c252224e30ee611853fdbc68f6eb0e3c7e19ce95"
[metadata.files]
anyconfig = [
@ -928,8 +930,8 @@ coverage = [
{file = "coverage-6.0.tar.gz", hash = "sha256:17983f6ccc47f4864fd16d20ff677782b23d1207bf222d10e4d676e4636b0872"},
]
dateparser = [
{file = "dateparser-1.0.0-py2.py3-none-any.whl", hash = "sha256:17202df32c7a36e773136ff353aa3767e987f8b3e27374c39fd21a30a803d6f8"},
{file = "dateparser-1.0.0.tar.gz", hash = "sha256:159cc4e01a593706a15cd4e269a0b3345edf3aef8bf9278a57dac8adf5bf1e4a"},
{file = "dateparser-1.1.0-py2.py3-none-any.whl", hash = "sha256:fec344db1f73d005182e214c0ff27313c748bbe0c1638ce9d48a809ddfdab2a0"},
{file = "dateparser-1.1.0.tar.gz", hash = "sha256:faa2b97f51f3b5ff1ba2f17be90de2b733fb6191f89b4058787473e8202f3044"},
]
docker = [
{file = "docker-5.0.2-py2.py3-none-any.whl", hash = "sha256:9b17f0723d83c1f3418d2aa17bf90b24dbe97deda06208dd4262fa30a6ee87eb"},

View File

@ -38,7 +38,7 @@ anyconfig = "0.12.0"
appdirs = "1.4.4"
certifi = "2021.5.30"
colorama = "0.4.4"
dateparser = "1.0.0"
dateparser = "1.1.0"
docker = "5.0.2"
docker-pycreds = "0.4.0"
environs = "9.3.4"