From 1b1990db3f80ccd0d3571229afe1f54d53ff21b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 May 2022 09:59:05 +0000 Subject: [PATCH] chore(deps): update dependency xmltodict to v0.13.0 --- functions/http/requirements.txt | 2 +- functions/tips/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/http/requirements.txt b/functions/http/requirements.txt index 4bf4e981512..71cde8b513f 100644 --- a/functions/http/requirements.txt +++ b/functions/http/requirements.txt @@ -1,3 +1,3 @@ google-cloud-storage==2.0.0; python_version < '3.7' google-cloud-storage==2.1.0; python_version > '3.6' -xmltodict==0.12.0 +xmltodict==0.13.0 diff --git a/functions/tips/requirements.txt b/functions/tips/requirements.txt index 7bc30bd442f..e4fe2ed71ad 100644 --- a/functions/tips/requirements.txt +++ b/functions/tips/requirements.txt @@ -2,4 +2,4 @@ google-cloud-error-reporting==1.5.2 google-cloud-pubsub==2.9.0 python-dateutil==2.8.2 requests==2.27.1 -xmltodict==0.12.0 +xmltodict==0.13.0