This is an automated email from the ASF dual-hosted git repository.
wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/main by this push:
new 2d726ab8 Bump pytest from 8.4.0 to 9.0.3 in python (#643)
2d726ab8 is described below
commit 2d726ab82ffaa2c734cc498afb6014e4c7164e9f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 29 15:21:06 2026 +0800
Bump pytest from 8.4.0 to 9.0.3 in python (#643)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.0 to 9.0.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.0...9.0.3)
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.3
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
python/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/pyproject.toml b/python/pyproject.toml
index b9f839df..de969a15 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -88,7 +88,7 @@ build = [
# Test dependencies
test = [
- "pytest==8.4.0",
+ "pytest==9.0.3",
]
# Lint dependencies