From 515d01bbccf2f3ac6b1c6de5e28a97dd8408b77e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:40:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20yaml?= =?UTF-8?q?lint=20to=20v1.35.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 289d566..2d8018f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1100,13 +1100,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "yamllint" -version = "1.35.0" +version = "1.35.1" description = "A linter for YAML files." optional = false python-versions = ">=3.8" files = [ - {file = "yamllint-1.35.0-py3-none-any.whl", hash = "sha256:601b0adaaac6d9bacb16a2e612e7ee8d23caf941ceebf9bfe2cff0f196266004"}, - {file = "yamllint-1.35.0.tar.gz", hash = "sha256:9bc99c3e9fe89b4c6ee26e17aa817cf2d14390de6577cb6e2e6ed5f72120c835"}, + {file = "yamllint-1.35.1-py3-none-any.whl", hash = "sha256:2e16e504bb129ff515b37823b472750b36b6de07963bd74b307341ef5ad8bdc3"}, + {file = "yamllint-1.35.1.tar.gz", hash = "sha256:7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd"}, ] [package.dependencies] @@ -1222,4 +1222,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "12f38ae0a1701e5a9b438e28f6256bb7d42eea37445838601b010f73098e469b" +content-hash = "87673b571cc7d64152da04790ad38a9288da65d030058db245edc1bd96abb48d" diff --git a/pyproject.toml b/pyproject.toml index 333177e..61f3972 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pylint = "3.0.3" pytest = "8.0.1" pytest-asyncio = "0.23.5" pytest-cov = "4.1.0" -yamllint = "1.35.0" +yamllint = "1.35.1" covdefaults = "2.3.0" types-pytz = "2024.1.0.20240203"