chore(deps): update dependency tomli to v2.0.1

This commit is contained in:
Renovate Bot 2022-02-08 11:48:04 +00:00 committed by renovate[bot]
parent e0ff861fda
commit 2fa962da30
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -789,7 +789,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[[package]]
name = "tomli"
version = "2.0.0"
version = "2.0.1"
description = "A lil' TOML parser"
category = "dev"
optional = false
@ -877,7 +877,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "d03421e265cd39e3c8ec78403817f1cb369d90ce3911046e03ab1a13a802ce38"
content-hash = "f4a671f7698fb32ba13dab98c24d26da37b5b854fa6805c9e3149117d9ad6ffc"
[metadata.files]
anyconfig = [
@ -1356,8 +1356,8 @@ toml = [
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
]
tomli = [
{file = "tomli-2.0.0-py3-none-any.whl", hash = "sha256:b5bde28da1fed24b9bd1d4d2b8cba62300bfb4ec9a6187a957e8ddb9434c5224"},
{file = "tomli-2.0.0.tar.gz", hash = "sha256:c292c34f58502a1eb2bbb9f5bbc9a5ebc37bee10ffb8c2d6bbdfa8eb13cc14e1"},
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
]
typing-extensions = [
{file = "typing_extensions-4.0.1-py3-none-any.whl", hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b"},

View File

@ -73,7 +73,7 @@ pydocstyle = "6.1.1"
pytest = "7.0.0"
pytest-cov = "3.0.0"
pytest-mock = "3.7.0"
tomli = "2.0.0"
tomli = "2.0.1"
yapf = "0.32.0"
toml = "0.10.2"