From 694cd886444058147b7f409af6b8fad165ef49ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 03:15:45 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.2.2 to 8.3.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2. - [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.2...8.3.2) --- 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 eb127f84..150f383b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ # ------------ boto3==1.34.136 botocore==1.34.136 -pytest==8.2.2 +pytest==8.3.2 pytest_mock==3.14.0 requests==2.32.3