Skip to content

Commit 0ea081e

Browse files
chore(deps-dev): update pytest requirement in /sdks/python
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.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b39548c commit 0ea081e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lint = [
4949
]
5050

5151
test = [
52-
"pytest>=8.3.5,<9",
52+
"pytest>=8.3.5,<10",
5353
"pytest-asyncio>=1.3.0",
5454
"pytest-env>=1.1.5",
5555
"pytest-retry>=1.7.0",

0 commit comments

Comments
 (0)