Skip to content

Commit 87ae3d2

Browse files
Update pytest requirement from ~=8.3.5 to >=8.3.5,<8.5.0
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...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ddbc35 commit 87ae3d2

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
@@ -41,7 +41,7 @@ dev = [
4141
"yapf~=0.43.0",
4242
"pylint~=3.3.6",
4343
"mypy>=1.15,<1.18",
44-
"pytest~=8.3.5",
44+
"pytest>=8.3.5,<8.5.0",
4545
"pytest-cov~=6.0.0",
4646
"types-pyyaml~=6.0.12.20250326",
4747
]

0 commit comments

Comments
 (0)