diff --git a/poetry.lock b/poetry.lock index 534f889..3c570d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2190,13 +2190,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "yamllint" -version = "1.35.1" +version = "1.36.2" description = "A linter for YAML files." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "yamllint-1.35.1-py3-none-any.whl", hash = "sha256:2e16e504bb129ff515b37823b472750b36b6de07963bd74b307341ef5ad8bdc3"}, - {file = "yamllint-1.35.1.tar.gz", hash = "sha256:7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd"}, + {file = "yamllint-1.36.2-py3-none-any.whl", hash = "sha256:6ba19800513d86c987ed3cf48c0aba4e82b3624596e1dab55723b3733e11f35c"}, + {file = "yamllint-1.36.2.tar.gz", hash = "sha256:c9ccc818659736e7b13f7e2f9c3c9bb9ac77445be13e789e7d843e92cb8428ef"}, ] [package.dependencies] @@ -2305,4 +2305,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8bb3723f429c6c3dc214eb3b42b4a1fda18895565bb13a798fbc9b919399f25a" +content-hash = "3c41bdf60abdf29ad0a1f74f8bd482bcc2d05c8acccd37ffd782620a937a209d" diff --git a/pyproject.toml b/pyproject.toml index 98587a9..3c118a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest-asyncio = "0.25.3" pytest-cov = "6.0.0" ruff = "0.9.6" safety = "3.3.0" -yamllint = "1.35.1" +yamllint = "1.36.2" syrupy = "4.8.1" [tool.poetry.urls]