diff --git a/poetry.lock b/poetry.lock index 6d32896a..1b79d488 100644 --- a/poetry.lock +++ b/poetry.lock @@ -945,11 +945,11 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [[package]] name = "yamllint" -version = "1.26.3" +version = "1.27.1" description = "A linter for YAML files." category = "dev" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" [package.dependencies] pathspec = ">=0.5.3" @@ -970,7 +970,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "5600438b8cf33b8830bb5d7400d6966aa830f86213afa14b8120fcba2fce1a07" +content-hash = "12929729a35ce87a3723db0241ead6d3cb57bc71c38f9b56a082527171485904" [metadata.files] aiohttp = [] diff --git a/pyproject.toml b/pyproject.toml index c3caa27f..d5fc40c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pylint = "^2.14.4" pytest = "^7.1.2" pytest-asyncio = "^0.18.3" pytest-cov = "^3.0.0" -yamllint = "^1.26.3" +yamllint = "^1.27.1" pyupgrade = "^2.34.0" flake8-simplify = "^0.19.2" vulture = "^2.5"