From 93fab260d53b3e5e3ff4e87e2626e046e7e7ff1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:54:43 +0000 Subject: [PATCH] build(deps): bump pytest from 8.2.1 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 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.2.1...8.3.3) --- 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..b8398cfa2 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.3", "pytest-sugar==1.0.0", "pytest-instafail==0.5.0", "pytest-cov==5.0.0", diff --git a/requirements.txt b/requirements.txt index 863c64c52..0c0fae387 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.3 pytest-cov==5.0.0 pytest-instafail==0.5.0 pytest-sugar==1.0.0