Skip to content

Commit cf5dcbd

Browse files
Update pytest requirement from >=9.0.3 to >=9.1.1
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19b914f commit cf5dcbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ click>=8.1.0
33
rich>=13.0.0
44

55
# Dev / testing
6-
pytest>=9.0.3 # GHSA-6w46-j5rx-g56g (CVE-2025-71176) fixed in 9.0.3
6+
pytest>=9.1.1 # GHSA-6w46-j5rx-g56g (CVE-2025-71176) fixed in 9.0.3
77
pre-commit>=3.7.0
88
detect-secrets>=1.5.0

0 commit comments

Comments
 (0)