Skip to content

Commit a54e9f8

Browse files
dependabot[bot]amotl
authored andcommitted
Chore(deps-dev): Update pytest requirement from <8 to <9
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@1.0.0b3...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94bd490 commit a54e9f8

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
@@ -67,7 +67,7 @@ mosquitto = "pytest_mqtt.mosquitto"
6767
[project.optional-dependencies]
6868
test = [
6969
"coverage<8",
70-
"pytest<8",
70+
"pytest<9",
7171
"pytest-fixture-order<1",
7272
"pytest-ordering<1",
7373
]

0 commit comments

Comments
 (0)