From a3fe06c42a0af5513d1058b3bf3d4908768e298b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:20:34 +0000 Subject: [PATCH] chore(deps): update pytest requirement from ~=7.4.3 to ~=7.4.4 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.3...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed082c8..cb43661 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ amazon.ion>=0.7.0,<=0.9.3 # pinned per GitHub issue #164 boto3~=1.28.79 botocore~=1.31.79 ionhash~=1.2.1 -pytest~=7.4.3 +pytest~=7.4.4 pytest-cov~=4.1.0 pytest-subtests~=0.11.0