From 7f61484eebc30bc90403cfc2e981979994ed493e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:15:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pytest=20from=207.2.1=20to?= =?UTF-8?q?=207.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.2.1...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25e65b8..d9a5316 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ Source = "https://github.com/boardpack/filterify" [project.optional-dependencies] test = [ - "pytest ==7.2.1", + "pytest ==7.2.2", "pytest-cov ==4.0.0", "mypy ==1.0.1", "flake8 ==6.0.0",