From 9b749c28f7a7a99a382c9b2d579e06f4624129f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:26:05 -0300 Subject: [PATCH] Bump pytest from 8.2.2 to 8.3.2 in the test-dependencies group across 1 directory (#86) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Augusto Finger Pacheco <44980634+fingeraugusto@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c5c4333..9a5d6c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest==8.2.2", + "pytest==8.3.2", "pytest-cov==5.0.0", ] doc = [