Skip to content

Commit 454f62b

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.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b7ea55 commit 454f62b

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
@@ -44,7 +44,7 @@ Changelog = "https://github.com/binary-butterfly/xml2python/blob/main/CHANGELOG.
4444
[project.optional-dependencies]
4545
testing = [
4646
"ruff~=0.11.10",
47-
"pytest~=8.3.5",
47+
"pytest>=8.3.5,<8.5.0",
4848
"pytest-cov~=6.1.1",
4949
]
5050

0 commit comments

Comments
 (0)