From b8bd16655e905609c3d7debd18ce4f5e3ba95433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:00:40 +0000 Subject: [PATCH] build(deps): bump pytest from 8.2.1 to 8.3.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.3.2. - [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.2.1...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad91750ff..3154799d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ packages = ["floss", "floss.sigs"] dev = [ "pre-commit==3.5.0", "pyyaml==6.0.1", - "pytest==8.2.2", + "pytest==8.3.2", "pytest-sugar==1.0.0", "pytest-instafail==0.5.0", "pytest-cov==5.0.0", diff --git a/requirements.txt b/requirements.txt index 2d7e9199c..e1d002153 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ pycparser==2.22 pydantic==2.7.4 pydantic-core==2.18.4 pygments==2.18.0 -pytest==8.2.1 +pytest==8.3.2 pytest-cov==5.0.0 pytest-instafail==0.5.0 pytest-sugar==1.0.0