Skip to content

Commit f86a4ab

Browse files
build(deps-dev): update pytest requirement from ~=8.0 to ~=9.0 (#193)
* 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] <[email protected]> * update uv.lock --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Ingraham <[email protected]>
1 parent dd4f584 commit f86a4ab

2 files changed

Lines changed: 5 additions & 5 deletions

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~=6.0",
5151
"ruff~=0.8.4",
5252
"boto3-stubs~=1.42.13",
53-
"pytest~=8.0",
53+
"pytest~=9.0",
5454
"pytest-cov~=6.0",
5555
"pytest-env~=1.1",
5656
"moto~=5.1.18",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)