Skip to content

Commit e2ff5af

Browse files
chore(deps): update pytest requirement from >=8.3.3 to >=9.0.3
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@8.3.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c7a859 commit e2ff5af

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
@@ -44,7 +44,7 @@ test = [
4444
"flake8>=7.1.1",
4545
"ruff>=0.4.0",
4646
"mypy>=1.10.0",
47-
"pytest>=8.3.3",
47+
"pytest>=9.0.3",
4848
"pytest-cov>=5.0.0",
4949
"pytest-xdist>=3.5.0",
5050
"pytest-timeout>=2.3.1",

0 commit comments

Comments
 (0)