diff --git a/poetry.lock b/poetry.lock index b3422b19..dacb457f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -512,8 +512,8 @@ optional = false python-versions = ">=3.6" [package.extras] -dev = ["pre-commit", "tox"] -testing = ["pytest", "pytest-benchmark"] +testing = ["pytest-benchmark", "pytest"] +dev = ["tox", "pre-commit"] [[package]] name = "pre-commit" @@ -574,10 +574,10 @@ types-Deprecated = "*" types-PyYAML = {version = "*", optional = true, markers = "extra == \"pyyaml\""} [package.extras] -dev = ["black", "flake8", "bump2version", "pytest", "mypy"] -docs = ["mkdocs", "mkdocs-material", "mkdocstrings", "pymdown-extensions", "pygments"] -pyyaml = ["pyyaml", "types-pyyaml"] ruamel = ["ruamel.yaml (>=0.15,<0.18)"] +pyyaml = ["types-pyyaml", "pyyaml"] +docs = ["pygments", "pymdown-extensions", "mkdocstrings", "mkdocs-material", "mkdocs"] +dev = ["mypy", "pytest", "bump2version", "flake8", "black"] [[package]] name = "pylint" @@ -984,11 +984,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" @@ -997,7 +997,7 @@ pyyaml = "*" [metadata] lock-version = "1.1" python-versions = ">=3.8, <3.11" -content-hash = "f9503b355ebcd663abbde05798c460206525db36b8570f140a1a52f74b277ef2" +content-hash = "1f4f9a918b218a2c1a069b7effb5d0d0075687094afa8481b84fdf333d60c981" [metadata.files] anyio = [ @@ -1714,5 +1714,5 @@ wrapt = [ {file = "wrapt-1.13.3.tar.gz", hash = "sha256:1fea9cd438686e6682271d36f3481a9f3636195578bab9ca3382e2f5f01fc185"}, ] yamllint = [ - {file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"}, + {file = "yamllint-1.27.1.tar.gz", hash = "sha256:e688324b58560ab68a1a3cff2c0a474e3fed371dfe8da5d1b9817b7df55039ce"}, ] diff --git a/pyproject.toml b/pyproject.toml index 44bf376f..966ff524 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ bandit = "^1.7.0" pylint = "^2.14.5" pylint-pytest = "^1.1.2" pytest = "^7.1.2" -yamllint = "^1.26.3" +yamllint = "^1.27.1" pytest-dotenv = "^0.5.2" [build-system]