mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
fix(deps): update dependency dateparser to v1.1.4 (#434)
This commit is contained in:
parent
edddd5ea30
commit
2d27816802
14
poetry.lock
generated
14
poetry.lock
generated
@ -111,20 +111,20 @@ toml = ["tomli"]
|
||||
|
||||
[[package]]
|
||||
name = "dateparser"
|
||||
version = "1.1.3"
|
||||
version = "1.1.4"
|
||||
description = "Date parsing library designed to parse dates from HTML pages"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.5"
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
python-dateutil = "*"
|
||||
pytz = "*"
|
||||
regex = "<2019.02.19 || >2019.02.19,<2021.8.27 || >2021.8.27,<2022.3.15"
|
||||
regex = "<2019.02.19 || >2019.02.19,<2021.8.27 || >2021.8.27"
|
||||
tzlocal = "*"
|
||||
|
||||
[package.extras]
|
||||
calendars = ["convertdate", "convertdate", "hijri-converter"]
|
||||
calendars = ["convertdate", "hijri-converter"]
|
||||
fasttext = ["fasttext"]
|
||||
langdetect = ["langdetect"]
|
||||
|
||||
@ -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 = "d2db1447cc04e1f4ff6c00d3beb5e041f167dbe9cab9888a01d5c1cd3eb7d189"
|
||||
content-hash = "6778b7666315e49916bca436338eb6904d4b6a24ac0caf2a480d75205b47e74d"
|
||||
|
||||
[metadata.files]
|
||||
anyconfig = [
|
||||
@ -991,8 +991,8 @@ coverage = [
|
||||
{file = "coverage-6.5.0.tar.gz", hash = "sha256:f642e90754ee3e06b0e7e51bce3379590e76b7f76b708e1a71ff043f87025c84"},
|
||||
]
|
||||
dateparser = [
|
||||
{file = "dateparser-1.1.3-py2.py3-none-any.whl", hash = "sha256:711f7eef6d431225bec56c00e386af3f6a47083276253375bdae1ae6c8d23d4a"},
|
||||
{file = "dateparser-1.1.3.tar.gz", hash = "sha256:ae7a7de30f26983d09fff802c1f9d35d54e1c11d7ab52ae904a1f3fc037ecba5"},
|
||||
{file = "dateparser-1.1.4-py2.py3-none-any.whl", hash = "sha256:4431159799b63d8acec5d7d844c5e06edf3d1b0eb2bda6d4cac87134ddddd01c"},
|
||||
{file = "dateparser-1.1.4.tar.gz", hash = "sha256:73ec6e44a133c54076ecf9f9dc0fbe3dd4831f154f977ff06f53114d57c5425e"},
|
||||
]
|
||||
docker = [
|
||||
{file = "docker-6.0.1-py3-none-any.whl", hash = "sha256:dbcb3bd2fa80dca0788ed908218bf43972772009b881ed1e20dfc29a65e49782"},
|
||||
|
@ -39,7 +39,7 @@ anyconfig = "0.13.0"
|
||||
appdirs = "1.4.4"
|
||||
certifi = "2022.9.24"
|
||||
colorama = "0.4.6"
|
||||
dateparser = "1.1.3"
|
||||
dateparser = "1.1.4"
|
||||
docker = "6.0.1"
|
||||
docker-pycreds = "0.4.0"
|
||||
environs = "9.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user