From d199e9bba154944bc851b8619ded12e9a0e250bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:21:46 +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 | 2 +- requirements/requirements-test.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 711a0f00..31311d82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ build = [ "wheel", ] test = [ - "pytest == 8.3.2", + "pytest == 8.3.3", "flake8", "pytest-cov", "pathos", diff --git a/requirements/requirements-test.in b/requirements/requirements-test.in index 45fbc651..e94d9956 100644 --- a/requirements/requirements-test.in +++ b/requirements/requirements-test.in @@ -1,4 +1,4 @@ -pytest == 8.3.2 +pytest == 8.3.3 flake8 pytest-cov pathos