Skip to content

Commit bccdfd4

Browse files
chore(deps-dev): update pytest requirement from 9.1.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@9.1.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 3ad0792 commit bccdfd4

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
@@ -16,7 +16,7 @@ python = ">=3.10,<4.0.0"
1616
optional = true
1717

1818
[tool.poetry.group.dev.dependencies]
19-
pytest = "9.1.0"
19+
pytest = "9.1.1"
2020
pytest-mock = "3.15.1"
2121
pylint = "4.0.6"
2222
flake8 = "7.3.0"

0 commit comments

Comments
 (0)