Skip to content

Commit 5857fad

Browse files
build(deps-dev): update pytest requirement from ~=8.0 to ~=9.0
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.0.0...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 b771ea0 commit 5857fad

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
@@ -50,7 +50,7 @@ dev = [
5050
"pre-commit-hooks~=4.6",
5151
"ruff~=0.8.4",
5252
"boto3-stubs~=1.35.0",
53-
"pytest~=8.0",
53+
"pytest~=9.0",
5454
"pytest-cov~=6.0",
5555
"pytest-env~=1.1",
5656
"moto~=5.0.5",

0 commit comments

Comments
 (0)