Skip to content

Commit 9b59c95

Browse files
Bump pytest from 8.3.4 to 8.3.5 in /server (#783)
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 2e7febe commit 9b59c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ certgrinderd = "certgrinderd.certgrinderd:main"
3434

3535
[project.optional-dependencies]
3636
dev = ["twine == 6.0.1", "pre-commit == 4.0.1", "setuptools-scm == 8.1.0", "build==1.2.2.post1"]
37-
test = ["pytest == 8.3.4", "pytest-cov==6.0.0", "tox == 4.24.2"]
37+
test = ["pytest == 8.3.5", "pytest-cov==6.0.0", "tox == 4.24.2"]
3838
docs = ["Sphinx==8.1.3", "sphinx-rtd-theme==3.0.2", "sphinx-argparse==0.4.0"]
3939

4040
[project.urls]

0 commit comments

Comments
 (0)