From 609af62b50c356cfc721db296934d12fb1d7e460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 22:36:56 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 8.3.3 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [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.3.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e6c3d941..9f68c07d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ lint = mypy >= 1.5.0 types-redis tests = - pytest==8.3.3 + pytest==8.4.1 pytest-asyncio==0.24.0 pytest-cov==6.0.0 pytest-randomly==3.16.0