fix(deps): update dependency dateparser to v1.1.3 (#420)

This commit is contained in:
renovate[bot] 2022-11-05 09:20:25 +01:00 committed by GitHub
parent 104f38790b
commit fa86bb6aea
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

@ -111,7 +111,7 @@ toml = ["tomli"]
[[package]]
name = "dateparser"
version = "1.1.2"
version = "1.1.3"
description = "Date parsing library designed to parse dates from HTML pages"
category = "main"
optional = false
@ -889,7 +889,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "081b0fbb7a015447f063582612122af98556a51c6df92426df2cd56805776fc7"
content-hash = "ee52bc7ca65e486545ea485b15c896781e2e74120a36f0a241ebd5fdd109d0e2"
[metadata.files]
anyconfig = [
@ -991,8 +991,8 @@ coverage = [
{file = "coverage-6.5.0.tar.gz", hash = "sha256:f642e90754ee3e06b0e7e51bce3379590e76b7f76b708e1a71ff043f87025c84"},
]
dateparser = [
{file = "dateparser-1.1.2-py2.py3-none-any.whl", hash = "sha256:d31659dc806a7d88e2b510b2c74f68b525ae531f145c62a57a99bd616b7f90cf"},
{file = "dateparser-1.1.2.tar.gz", hash = "sha256:3821bf191f95b2658c4abd91571c09821ce7a2bc179bf6cefd8b4515c3ccf9ef"},
{file = "dateparser-1.1.3-py2.py3-none-any.whl", hash = "sha256:711f7eef6d431225bec56c00e386af3f6a47083276253375bdae1ae6c8d23d4a"},
{file = "dateparser-1.1.3.tar.gz", hash = "sha256:ae7a7de30f26983d09fff802c1f9d35d54e1c11d7ab52ae904a1f3fc037ecba5"},
]
docker = [
{file = "docker-6.0.0-py3-none-any.whl", hash = "sha256:6e06ee8eca46cd88733df09b6b80c24a1a556bc5cb1e1ae54b2c239886d245cf"},

View File

@ -39,7 +39,7 @@ anyconfig = "0.13.0"
appdirs = "1.4.4"
certifi = "2022.9.24"
colorama = "0.4.6"
dateparser = "1.1.2"
dateparser = "1.1.3"
docker = "6.0.0"
docker-pycreds = "0.4.0"
environs = "9.5.0"