mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-25 05:30:39 +00:00
fix(deps): update dependency dateparser to v1.1.6 (#457)
This commit is contained in:
parent
82d21e5b07
commit
6f7e3cf889
8
poetry.lock
generated
8
poetry.lock
generated
@ -213,14 +213,14 @@ toml = ["tomli"]
|
||||
|
||||
[[package]]
|
||||
name = "dateparser"
|
||||
version = "1.1.5"
|
||||
version = "1.1.6"
|
||||
description = "Date parsing library designed to parse dates from HTML pages"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "dateparser-1.1.5-py2.py3-none-any.whl", hash = "sha256:ceb159f1b4a9df54ed6209e91298097deafde476037f8611b4cb2b1cb8b31c58"},
|
||||
{file = "dateparser-1.1.5.tar.gz", hash = "sha256:107f3cc87a60770e10d111349adc1504224a6b60753a47a64b0ec842ab85b5a9"},
|
||||
{file = "dateparser-1.1.6-py2.py3-none-any.whl", hash = "sha256:c47b6e4b8c4b2b2a21690111b6571b6991295ba327ec6503753abeebf5e80696"},
|
||||
{file = "dateparser-1.1.6.tar.gz", hash = "sha256:e703db1815270c020552f4b3e3a981937b48b2cbcfcef5347071b74788dd9214"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -1431,4 +1431,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "7d44a6147d51ab2d5f44bcceea79f360e0ae356ceed4e4258922006f96d58e3d"
|
||||
content-hash = "980b25ee1a692fd521329529115799c71c92ceffb58c5b990f2778d234a76a09"
|
||||
|
@ -40,7 +40,7 @@ anyconfig = "0.13.0"
|
||||
appdirs = "1.4.4"
|
||||
certifi = "2022.12.7"
|
||||
colorama = "0.4.6"
|
||||
dateparser = "1.1.5"
|
||||
dateparser = "1.1.6"
|
||||
docker = "6.0.1"
|
||||
docker-pycreds = "0.4.0"
|
||||
environs = "9.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user