fix(deps): update dependency dateparser to v1.1.5 (#452)

This commit is contained in:
renovate[bot] 2023-01-03 14:08:40 +01:00 committed by GitHub
parent 55248a7199
commit fcaf3e47d0
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

@ -211,14 +211,14 @@ toml = ["tomli"]
[[package]] [[package]]
name = "dateparser" name = "dateparser"
version = "1.1.4" version = "1.1.5"
description = "Date parsing library designed to parse dates from HTML pages" description = "Date parsing library designed to parse dates from HTML pages"
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "dateparser-1.1.4-py2.py3-none-any.whl", hash = "sha256:4431159799b63d8acec5d7d844c5e06edf3d1b0eb2bda6d4cac87134ddddd01c"}, {file = "dateparser-1.1.5-py2.py3-none-any.whl", hash = "sha256:ceb159f1b4a9df54ed6209e91298097deafde476037f8611b4cb2b1cb8b31c58"},
{file = "dateparser-1.1.4.tar.gz", hash = "sha256:73ec6e44a133c54076ecf9f9dc0fbe3dd4831f154f977ff06f53114d57c5425e"}, {file = "dateparser-1.1.5.tar.gz", hash = "sha256:107f3cc87a60770e10d111349adc1504224a6b60753a47a64b0ec842ab85b5a9"},
] ]
[package.dependencies] [package.dependencies]
@ -1423,4 +1423,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "0f90ba23a49b99b6dc8b65a2e7b967fcf5b1722f8fdc8e41e1fe9204476332ae" content-hash = "73e5a34404b06ebaee9e19535794d638357b824f1bcf4c028183eca2d3b9333d"

View File

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