Skip to content

Commit e7783a5

Browse files
chore(deps)(deps-dev): update pytest requirement
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@7.4.3...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd8f741 commit e7783a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ci = [
7777
"bandit-sarif-formatter>=1.1.1,<2.0.0",
7878

7979
# Testing Framework
80-
"pytest>=7.4.3,<9.0.0",
80+
"pytest>=7.4.3,<10.0.0",
8181
"pytest-cov>=4.1.0,<8.0.0",
8282
"pytest-env>=1.1.1,<2.0.0",
8383
"pytest-mock>=3.12.0,<4.0.0",

0 commit comments

Comments
 (0)