Skip to content

Commit f9c381d

Browse files
chore(deps): bump pytest from 8.3.3 to 8.4.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.4.1. - [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.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 281c8b6 commit f9c381d

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
@@ -10,7 +10,7 @@ dependencies = [
1010

1111
[project.optional-dependencies]
1212
lint = ["mypy==1.15.0", "ruff==0.11.10", "pre-commit==4.2.0"]
13-
test = ["pytest==8.3.3", "pytest-qt==4.4.0", "pytest-xvfb==3.0.0"]
13+
test = ["pytest==8.4.1", "pytest-qt==4.4.0", "pytest-xvfb==3.0.0"]
1414
build = ["nuitka==2.7.10", "imageio==2.36.0"]
1515

1616
[tool.mypy]

0 commit comments

Comments
 (0)