From b22a9618449c38c6d0093d255f6ab2b289563826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 09:40:30 -0400 Subject: [PATCH] chore(deps): bump pytest in /test-engineering/contract-tests/client (#449) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.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.1.2...7.1.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test-engineering/contract-tests/client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-engineering/contract-tests/client/requirements.txt b/test-engineering/contract-tests/client/requirements.txt index 4787d22b..99e354c3 100644 --- a/test-engineering/contract-tests/client/requirements.txt +++ b/test-engineering/contract-tests/client/requirements.txt @@ -24,7 +24,7 @@ pydantic==1.10.1 # via -r requirements.in pyparsing==3.0.9 # via packaging -pytest==7.1.2 +pytest==7.1.3 # via -r requirements.in pyyaml==6.0 # via -r requirements.in