Skip to content

Commit e3c438f

Browse files
Update pytest requirement from ~=8.3.4 to >=8.3.4,<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.4...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ca5560 commit e3c438f

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
@@ -52,7 +52,7 @@ dev = [
5252
"ruff~=0.12.8",
5353
"types-requests~=2.31.0.6",
5454
"types-setuptools~=75.8.0.20250110",
55-
"pytest~=8.3.4",
55+
"pytest>=8.3.4,<8.5.0",
5656
"pytest-vcr~=1.0.2",
5757
"vcrpy~=6.0.2",
5858
"pytest-order~=1.3.0",

0 commit comments

Comments
 (0)