Skip to content

Commit 6b0ba6f

Browse files
Bump pytest from 8.4.1 to 8.4.2 in the python-packages group
Bumps the python-packages group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.4.1 to 8.4.2 - [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.4.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed2b304 commit 6b0ba6f

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
@@ -22,7 +22,7 @@ version = {attr = "logik.__version__"}
2222

2323
[project.optional-dependencies]
2424
test = [
25-
"pytest == 8.4.1",
25+
"pytest == 8.4.2",
2626
"pytest-timeout == 2.4.0",
2727
"flake8 == 7.3.0"
2828
]

0 commit comments

Comments
 (0)