Skip to content

Commit 44b25ca

Browse files
build(deps-dev): update pytest requirement from ^7.2.1 to ^9.0.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@7.2.1...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21ace18 commit 44b25ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ urllib3 = "2.5.0"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
boto3-stubs = { extras = ["all"], version = "^1.28.0" }
17-
pytest = "^7.2.1"
17+
pytest = "^9.0.1"
1818
pytest-cov = "^4.0.0"
1919
pytest-mock = "^3.10.0"
2020
pytest-xdist = "^3.1.0"

0 commit comments

Comments
 (0)