From 24a2e0e076cee8c262094636043c4a41b2ed0176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:59:26 +0000 Subject: [PATCH] build(deps): bump pytest-subtests from 0.14.0 to 0.14.1 Bumps [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/pytest-dev/pytest-subtests/releases) - [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-subtests/compare/v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: pytest-subtests 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 2a82d81..6bed82b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test_packaging = [ tests = [ "pytest==8.3.4", "pytest-datafiles==3.0.0", - "pytest-subtests==0.14.0", + "pytest-subtests==0.14.1", "syrupy==4.8.0" ] type_check = [