fix(deps): update dependency dateparser to v1.2.0 (#631)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-17 19:22:52 +01:00 committed by GitHub
parent 7ac907ea02
commit 9b6e622a84
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

@ -268,13 +268,13 @@ toml = ["tomli"]
[[package]]
name = "dateparser"
version = "1.1.8"
version = "1.2.0"
description = "Date parsing library designed to parse dates from HTML pages"
optional = false
python-versions = ">=3.7"
files = [
{file = "dateparser-1.1.8-py2.py3-none-any.whl", hash = "sha256:070b29b5bbf4b1ec2cd51c96ea040dc68a614de703910a91ad1abba18f9f379f"},
{file = "dateparser-1.1.8.tar.gz", hash = "sha256:86b8b7517efcc558f085a142cdb7620f0921543fcabdb538c8a4c4001d8178e3"},
{file = "dateparser-1.2.0-py2.py3-none-any.whl", hash = "sha256:0b21ad96534e562920a0083e97fd45fa959882d4162acc358705144520a35830"},
{file = "dateparser-1.2.0.tar.gz", hash = "sha256:7975b43a4222283e0ae15be7b4999d08c9a70e2d378ac87385b1ccf2cffbbb30"},
]
[package.dependencies]
@ -1131,4 +1131,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "373f3afcb17e774efcbfd0bd94a9ec48267488292c65771a4633839b4b0e93e5"
content-hash = "eaf287864a082d19a7d720e9e0ef8fa903d22e08f255914fa113dc063e7c607d"

View File

@ -40,7 +40,7 @@ anyconfig = "0.13.0"
appdirs = "1.4.4"
certifi = "2023.7.22"
colorama = "0.4.6"
dateparser = "1.1.8"
dateparser = "1.2.0"
docker = "6.1.3"
docker-pycreds = "0.4.0"
environs = "9.5.0"