Skip to content

Commit 3baa9ed

Browse files
Bump pytest from 8.3.4 to 8.3.5 (#153)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e86d8de commit 3baa9ed

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
@@ -64,7 +64,7 @@ dependencies = [
6464
dynamic = ["version"]
6565

6666
[project.optional-dependencies]
67-
dev = ["pytest==8.3.4", "pytest-cov==6.0.0", "black==25.1.0", "flake8==7.1.2"]
67+
dev = ["pytest==8.3.5", "pytest-cov==6.0.0", "black==25.1.0", "flake8==7.1.2"]
6868
docs = ["sphinx==8.0.2", "sphinx-rtd-theme==3.0.2", "sphinxcontrib-video==0.4.1"]
6969
plugins = ["pyqt5~=5.15", "toml==0.10.2"]
7070

0 commit comments

Comments
 (0)