From cb0c401ba0a4b5a1aaafa8b8249fe7a8711d1a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:11:31 +0000 Subject: [PATCH] Bump pytest from 8.1.1 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.3.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.1.1...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4f1b5483..9013ad88 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,7 +68,7 @@ docs = sphinxcontrib-programoutput==0.17 tests = - pytest==8.1.1 + pytest==8.3.3 pytest-cov==5.0.0 pytest-doctestplus==1.2.1 @@ -79,7 +79,7 @@ dev = esbonio==0.16.4 isort==5.13.2 pre-commit==3.7.0 - pytest==8.1.1 + pytest==8.3.3 pytest-cov==5.0.0 pytest-order==1.3.0 rstcheck==6.2.1