Skip to content

Commit 1fd412a

Browse files
chore(deps-dev): update pytest requirement from 8.3.4 to 8.3.5
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.3.4...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff9d6e1 commit 1fd412a

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

1818
[tool.poetry.group.dev.dependencies]
19-
pytest = "8.3.4"
19+
pytest = "8.3.5"
2020
pytest-mock = "3.14.0"
2121
pylint = "3.3.4"
2222
flake8 = "7.1.2"

0 commit comments

Comments
 (0)