From e0ce4b3b5eefc44188ea0990a10153418b7c35b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:45:13 +0000 Subject: [PATCH] Bump pytest from 8.2.1 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.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.2.1...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6973632..04b72de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ build==1.2.1 docutils==0.20.1 mypy==1.10.0; implementation_name=="cpython" pre-commit==4.0.1 -pytest==8.2.1 +pytest==8.3.3 pytest-asyncio==0.24.0 pytest-cov==4.1.0 twine==5.1.1