From b6b5a7c12cf4f05d0953a8336038f3973537b6ce Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Thu, 8 Jun 2023 09:27:12 +0200 Subject: [PATCH] [Auto-generated] Update dependencies (#156) [Auto-generated] Check & update dependencies (`pyproject.toml`) (#155) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d1c5a29d..c85edcf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,11 +39,11 @@ docs = [ "mkdocs ~=1.4", "mkdocs-awesome-pages-plugin ~=2.9", "mkdocs-material ~=9.1", - "mkdocstrings[python-legacy] ~=0.21.2", + "mkdocstrings[python-legacy] ~=0.22.0", ] testing = [ "pytest ~=7.3", - "pytest-cov ~=4.0", + "pytest-cov ~=4.1", ] dev = [ "pre-commit ~=2.21",