From 00c7619c7a2ba61c64a1925674db36f667df2755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 00:00:10 +0800 Subject: [PATCH] build(deps-dev): bump pytest from 7.0.1 to 7.2.1 (#45) --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7a7f064..c0d7c62 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,6 +4,6 @@ mock==4.0.3 mypy==0.971 pre-commit==2.20.0 pylint==2.14.5 -pytest==7.0.1 +pytest==7.2.1 pytest-cov==3.0.0 types-PyYAML==6.0.11