Skip to content

Commit 36b6f1f

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] <[email protected]>
1 parent 5819dcb commit 36b6f1f

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
@@ -47,7 +47,7 @@ docs = [
4747
"sphinx==8.2.1",
4848
]
4949
dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"]
50-
tests = ["moto==4.2.13", "pytest-cov==6.0.0", "pytest==8.3.4"]
50+
tests = ["moto==4.2.13", "pytest-cov==6.0.0", "pytest==8.3.5"]
5151
vis = ["matplotlib", "pydot"]
5252
fireworks = ["FireWorks"]
5353
strict = [

0 commit comments

Comments
 (0)