Skip to content

Commit 51c23e7

Browse files
Update pytest requirement from >=8.0 to >=9.1.1
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.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 913ee86 commit 51c23e7

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
@@ -9,7 +9,7 @@ dependencies = [
99
]
1010

1111
[project.optional-dependencies]
12-
dev = ["pytest>=8.0", "httpx>=0.27", "pyright>=1.1"]
12+
dev = ["pytest>=9.1.1", "httpx>=0.27", "pyright>=1.1"]
1313

1414
[tool.pytest.ini_options]
1515
testpaths = ["tests"]

0 commit comments

Comments
 (0)