From 890b9b3d81016fe73b3fbad9973e974b8c456572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:46:11 +0000 Subject: [PATCH] Bump idna in /examples/reservations-bot-demo/cloud_function Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.10...v3.7) --- updated-dependencies: - dependency-name: idna 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..0f4f910d 100644 --- a/examples/reservations-bot-demo/cloud_function/requirements.txt +++ b/examples/reservations-bot-demo/cloud_function/requirements.txt @@ -5,7 +5,7 @@ cryptography==41.0.0 enum-compat==0.0.3 googleapis-common-protos==1.52.0 grpcio==1.53.2 -idna==2.10 +idna==3.7 protobuf==3.18.3 pycparser==2.20 pydantic==1.6.2