Skip to content

Commit 7bafcd7

Browse files
Bump pytest from 8.3.3 to 8.3.4 (#36)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [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.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e29dd0b commit 7bafcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dynamic = ["readme", "version"]
2424

2525
[project.optional-dependencies]
2626
tests = [
27-
"pytest==8.3.3"
27+
"pytest==8.3.4"
2828
]
2929
linting = [
3030
"pylint==3.3.2"

0 commit comments

Comments
 (0)