From 785908089b50ae8b6c182422a261f8569ab30bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:08:18 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 4.6.11 to 9.0.3 in /lib/tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.11 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/4.6.11...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- lib/tests/requirements-python2-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/requirements-python2-dev.txt b/lib/tests/requirements-python2-dev.txt index 3910619..6a9d199 100644 --- a/lib/tests/requirements-python2-dev.txt +++ b/lib/tests/requirements-python2-dev.txt @@ -1,5 +1,5 @@ protobuf==3.17.3 six==1.16 -pytest==4.6.11 +pytest==9.0.3 more_itertools>=5.0 hypothesis==4.57.1