Skip to content

Commit 33b0a5a

Browse files
Update pytest requirement from <8.5.0,>=7.4.3 to >=7.4.3,<9.1.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@7.4.3...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5fc8b1 commit 33b0a5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dynamic = ["version"]
3434

3535
[project.optional-dependencies]
3636
test = [
37-
"pytest>=7.4.3,<8.5.0",
37+
"pytest>=7.4.3,<9.1.0",
3838
]
3939

4040
[tool.setuptools]

0 commit comments

Comments
 (0)