From 0996baa9d1d223a3b8741e844d803bdb6c25abfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 10:04:20 -0400 Subject: [PATCH] chore(deps): bump pydantic in /test-engineering/contract-tests/client (#450) Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.1...v1.10.2) --- updated-dependencies: - dependency-name: pydantic 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 99e354c3..8b96b731 100644 --- a/test-engineering/contract-tests/client/requirements.txt +++ b/test-engineering/contract-tests/client/requirements.txt @@ -20,7 +20,7 @@ pluggy==1.0.0 # via pytest py==1.11.0 # via pytest -pydantic==1.10.1 +pydantic==1.10.2 # via -r requirements.in pyparsing==3.0.9 # via packaging