From 42fa473d46011ff7bf4101f0dcd03b2e0827797f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:51:54 +0000 Subject: [PATCH] Bump pytest from 8.3.2 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. - [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/8.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75ffea8..4c99c6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,13 +35,13 @@ dynamic = ["readme", "version"] [project.optional-dependencies] unit_tests = [ - "pytest==8.3.2", + "pytest==8.3.3", "pytest-datafiles==3.0.0", "jsonpath-ng==1.6.1", "pytest-asyncio==0.23.8" ] integration_tests = [ - "pytest==8.3.2", + "pytest==8.3.3", "pytest-datafiles==3.0.0" ] linting = [