From 19d6260784a63d0a12e9a9fc3aedba432fcdaa78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 17:06:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pytest=20from=207.2.1=20to?= =?UTF-8?q?=207.3.0?= 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.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... 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..91a3769 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.3.0", "pytest-cov ==4.0.0", "mypy ==1.0.1", "flake8 ==6.0.0",