From 5f7523d4d3d81aff61a487e6730837e6a64bb504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:36:26 +0000 Subject: [PATCH] deps(deps): bump pytest from 8.2.1 to 9.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 9.1.1. - [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...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0b171c..c4839c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ attack-v19-core @ git+https://github.com/poojakira/attack-v19-core.git@1.0.0 mitreattack-python==3.0.3 stix2==3.0.1 pydantic==2.7.4 -pytest==8.2.1 \ No newline at end of file +pytest==9.1.1 \ No newline at end of file