Skip to content

Commit a81ac06

Browse files
Update pytest requirement from <10,>=9.1.0 to >=9.1.1,<10
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@9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8bc9a43 commit a81ac06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ruff==0.15.19
33
isort==8.0.1
44
mypy==2.1.0
55
types-protobuf==7.34.1.20260518
6-
pytest>=9.1.0,<10
6+
pytest>=9.1.1,<10
77
pytest-asyncio==1.4.0
88
pytest-codspeed==5.0.3
99
pytest-cov>=7.1.0

0 commit comments

Comments
 (0)