fix(deps): update dependency dateparser to v1.1.1 (#275)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-21 08:52:19 +01:00 committed by GitHub
parent 1c8e72ca0a
commit 8a659c33bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -117,7 +117,7 @@ toml = ["tomli"]
[[package]]
name = "dateparser"
version = "1.1.0"
version = "1.1.1"
description = "Date parsing library designed to parse dates from HTML pages"
category = "main"
optional = false
@ -126,7 +126,7 @@ python-versions = ">=3.5"
[package.dependencies]
python-dateutil = "*"
pytz = "*"
regex = "<2019.02.19 || >2019.02.19,<2021.8.27 || >2021.8.27"
regex = "<2019.02.19 || >2019.02.19,<2021.8.27 || >2021.8.27,<2022.3.15"
tzlocal = "*"
[package.extras]
@ -877,7 +877,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "7efd937d6f7412e88ba9eb1f5ee7a55d520691d8f83e22b94ddf77620df4f871"
content-hash = "3e3fcee6dd4ac1879e832333cbe528256eddd5e23023f88c44007baa105817d7"
[metadata.files]
anyconfig = [
@ -974,8 +974,8 @@ coverage = [
{file = "coverage-6.3.2.tar.gz", hash = "sha256:03e2a7826086b91ef345ff18742ee9fc47a6839ccd517061ef8fa1976e652ce9"},
]
dateparser = [
{file = "dateparser-1.1.0-py2.py3-none-any.whl", hash = "sha256:fec344db1f73d005182e214c0ff27313c748bbe0c1638ce9d48a809ddfdab2a0"},
{file = "dateparser-1.1.0.tar.gz", hash = "sha256:faa2b97f51f3b5ff1ba2f17be90de2b733fb6191f89b4058787473e8202f3044"},
{file = "dateparser-1.1.1-py2.py3-none-any.whl", hash = "sha256:9600874312ff28a41f96ec7ccdc73be1d1c44435719da47fea3339d55ff5a628"},
{file = "dateparser-1.1.1.tar.gz", hash = "sha256:038196b1f12c7397e38aad3d61588833257f6f552baa63a1499e6987fa8d42d9"},
]
docker = [
{file = "docker-5.0.3-py2.py3-none-any.whl", hash = "sha256:7a79bb439e3df59d0a72621775d600bc8bc8b422d285824cb37103eab91d1ce0"},

View File

@ -39,7 +39,7 @@ anyconfig = "0.12.0"
appdirs = "1.4.4"
certifi = "2021.10.8"
colorama = "0.4.4"
dateparser = "1.1.0"
dateparser = "1.1.1"
docker = "5.0.3"
docker-pycreds = "0.4.0"
environs = "9.5.0"