mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Update dependency parse-type to v0.6.2 (#1762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b77ea37b2c
commit
cf6aef7ae0
1 changed files with 7 additions and 6 deletions
13
poetry.lock
generated
13
poetry.lock
generated
|
@ -869,22 +869,23 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "parse-type"
|
name = "parse-type"
|
||||||
version = "0.6.0"
|
version = "0.6.2"
|
||||||
description = "Simplifies to build parse types based on the parse module"
|
description = "Simplifies to build parse types based on the parse module"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*"
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*"
|
||||||
files = [
|
files = [
|
||||||
{file = "parse_type-0.6.0-py2.py3-none-any.whl", hash = "sha256:c148e88436bd54dab16484108e882be3367f44952c649c9cd6b82a7370b650cb"},
|
{file = "parse_type-0.6.2-py2.py3-none-any.whl", hash = "sha256:06d39a8b70fde873eb2a131141a0e79bb34a432941fb3d66fad247abafc9766c"},
|
||||||
{file = "parse_type-0.6.0.tar.gz", hash = "sha256:20b43c660e48ed47f433bce5873a2a3d4b9b6a7ba47bd7f7d2a7cec4bec5551f"},
|
{file = "parse_type-0.6.2.tar.gz", hash = "sha256:79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
parse = {version = ">=1.18.0", markers = "python_version >= \"3.0\""}
|
parse = {version = ">=1.18.0", markers = "python_version >= \"3.0\""}
|
||||||
six = ">=1.11"
|
six = ">=1.15"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
develop = ["coverage (>=4.4)", "pytest (<5.0)", "pytest (>=5.0)", "pytest-cov", "pytest-html (>=1.19.0)", "tox (>=2.8)"]
|
develop = ["build (>=0.5.1)", "coverage (>=4.4)", "pylint", "pytest (<5.0)", "pytest (>=5.0)", "pytest-cov", "pytest-html (>=1.19.0)", "ruff", "tox (>=2.8,<4.0)", "twine (>=1.13.0)", "virtualenv (<20.22.0)", "virtualenv (>=20.0.0)"]
|
||||||
docs = ["sphinx (>=1.2)"]
|
docs = ["Sphinx (>=1.6)", "sphinx-bootstrap-theme (>=0.6.0)"]
|
||||||
|
testing = ["pytest (<5.0)", "pytest (>=5.0)", "pytest-html (>=1.19.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "parsedatetime"
|
name = "parsedatetime"
|
||||||
|
|
Loading…
Add table
Reference in a new issue