From 4f7b296d6a2a932b98b48da8f616c530c50111ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:56:44 +0000 Subject: [PATCH] Bump pydantic in /examples/reservations-bot-demo/cloud_function Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.6.2 to 1.10.13. - [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.6.2...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/reservations-bot-demo/cloud_function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/reservations-bot-demo/cloud_function/requirements.txt b/examples/reservations-bot-demo/cloud_function/requirements.txt index 3c863b08..18a52a24 100644 --- a/examples/reservations-bot-demo/cloud_function/requirements.txt +++ b/examples/reservations-bot-demo/cloud_function/requirements.txt @@ -8,7 +8,7 @@ grpcio==1.53.2 idna==2.10 protobuf==3.18.3 pycparser==2.20 -pydantic==1.6.2 +pydantic==1.10.13 PyJWT==2.4.0 requests==2.31.0 urllib3==1.26.5