chore(deps): update dependency tomli to v1.2.2

This commit is contained in:
Renovate Bot 2021-10-25 10:18:55 +00:00 committed by renovate[bot]
parent 87fbc4b01f
commit 0385625cc3
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -753,7 +753,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[[package]]
name = "tomli"
version = "1.2.1"
version = "1.2.2"
description = "A lil' TOML parser"
category = "dev"
optional = false
@ -838,7 +838,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "e4ad25b7a9b0f9a1dbe21c6bec311a0bfcd2c817086ca066768a4e811b133e95"
content-hash = "9bed563145df5515c07d2a1f647740cf2860370eccbe3d63b2d79ae14d577513"
[metadata.files]
anyconfig = [
@ -1266,8 +1266,8 @@ toml = [
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
]
tomli = [
{file = "tomli-1.2.1-py3-none-any.whl", hash = "sha256:8dd0e9524d6f386271a36b41dbf6c57d8e32fd96fd22b6584679dc569d20899f"},
{file = "tomli-1.2.1.tar.gz", hash = "sha256:a5b75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442"},
{file = "tomli-1.2.2-py3-none-any.whl", hash = "sha256:f04066f68f5554911363063a30b108d2b5a5b1a010aa8b6132af78489fe3aade"},
{file = "tomli-1.2.2.tar.gz", hash = "sha256:c6ce0015eb38820eaf32b5db832dbc26deb3dd427bd5f6556cf0acac2c214fee"},
]
typing-extensions = [
{file = "typing_extensions-3.10.0.2-py2-none-any.whl", hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7"},

View File

@ -73,7 +73,7 @@ pydocstyle = "6.1.1"
pytest = "6.2.5"
pytest-cov = "3.0.0"
pytest-mock = "3.6.1"
tomli = "1.2.1"
tomli = "1.2.2"
yapf = "0.31.0"
[tool.poetry.scripts]