From 53cea295cc3dd13a828c6883441126c391c6600e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:41:38 -0500 Subject: [PATCH] Bump pytest from 7.4.2 to 7.4.3 (#2141) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.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/7.4.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb5a8a0ed..0bc8bdeb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ twine==4.0.2 # Testing black==23.7.0 ruff==0.0.286 -pytest==7.4.2 +pytest==7.4.3 pytest-mock==3.11.1 mypy==1.6.1 types-click==7.1.8