Skip to content

Commit e3beb22

Browse files
Bump pytest from 8.3.4 to 8.3.5
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa596b7 commit e3beb22

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
@@ -37,7 +37,7 @@ dependencies = [
3737

3838
[project.optional-dependencies]
3939
tests = [
40-
"pytest==8.3.4",
40+
"pytest==8.3.5",
4141
"coverage==7.6.12",
4242
"python-keycloak>=3.9.1,<4.0.0",
4343
]

0 commit comments

Comments
 (0)