Skip to content

Commit 75ca08f

Browse files
chore(deps-dev): update pytest requirement
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development dependency-group: test ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f24f87 commit 75ca08f

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
@@ -39,7 +39,7 @@ dev = [
3939
"build>=1.5.0,<2",
4040
"pip-audit>=2.10.1,<3",
4141
"pip-licenses>=5.5.5,<6",
42-
"pytest>=9.0.3,<10",
42+
"pytest>=9.1.1,<10",
4343
"pytest-asyncio>=1.4.0,<2",
4444
"pytest-cov>=7.1.0,<8",
4545
"ruff>=0.15.14,<1",

0 commit comments

Comments
 (0)