From aefee9af79804cf6e040b7d125e9e2ee5adbd5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 13:27:38 -0400 Subject: [PATCH] Bump pytest from 7.3.0 to 7.3.1 (#437) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.3.1. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8effee4af..088b86cd2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pylint==2.17.2 -pytest==7.3.0 +pytest==7.3.1 black>=23.1.0 isort>=5.12.0 autoflake>=2.0.1