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

This commit is contained in:
Renovate Bot 2022-02-08 12:00:44 +00:00 committed by renovate[bot]
parent ac81c7a21f
commit 814aba4700
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -640,7 +640,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
@ -701,7 +701,7 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "f50828ceaa0f274cec811c3dbeab1c9aac9f436fea500a065fbaf51a705b2301"
content-hash = "706872cf466b4580ba897f245728c385a474bcc4b97af73b0eb495af4d10e82b"
[metadata.files]
ansible = [
@ -1144,8 +1144,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"},
]
toolz = [
{file = "toolz-0.11.2-py3-none-any.whl", hash = "sha256:a5700ce83414c64514d82d60bcda8aabfde092d1c1a8663f9200c07fdcc6da8f"},

View File

@ -65,7 +65,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"