From 91b5e4fe2f8fa86ee5f812292ed9a1485f3240e9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Feb 2022 20:11:26 +0000 Subject: [PATCH] Update dependency protobuf to v3.19.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ff2d13..6ce15d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ idna==3.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_f itsdangerous==2.0.1; python_version >= "3.6" jinja2==3.0.1; python_version >= "3.6" markupsafe==2.0.1; python_version >= "3.6" -protobuf==3.17.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" +protobuf==3.19.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" python-dateutil==2.8.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6" python-dotenv==0.19.0; python_version >= "3.5" requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")