From 29e722f8c8bf256c6bf07b20ae2a875e14bf96a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 22:32:53 +0000 Subject: [PATCH] Update pip-dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4207f64..ffb85cd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,10 +52,10 @@ rich = ["rich", "rich-argparse>=1"] # so the CLI docs generated from --help are consistent docs = [ "typeshed-stats[rich]", - "MarkDown==3.3.7", + "MarkDown==3.4.3", "mkdocs==1.4.3", "mkdocs-macros-plugin==1.0.1", - "mkdocs-material==9.1.17", + "mkdocs-material==9.1.18", "mkdocstrings[python]==0.22.0", ] pytest = [ @@ -87,7 +87,7 @@ misc-lint = [ "blacken-docs==1.14.0", "pre-commit-hooks==4.4.0", "pycln==2.1.5", - "ruff==0.0.276", + "ruff==0.0.277", ] dev = ["typeshed-stats[rich,docs,typecheck,pytest,misc-lint]"]