diff --git a/requirements_dev.txt b/requirements_dev.txt index 66cd83a..8c61b62 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -22,7 +22,7 @@ deprecation==2.1.0 grpcio-tools grpcio grpcio-reflection -protobuf==3.19.4 +protobuf==3.19.5 pyyaml six gcloud diff --git a/setup.py b/setup.py index d56b1bd..03b3b57 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open('HISTORY.rst') as history_file: history = history_file.read() -requirements = ['requests', 'python-dotenv', 'deprecation', 'protobuf==3.19.4', 'grpcio', 'google-api-python-client', 'boto3'] +requirements = ['requests', 'python-dotenv', 'deprecation', 'protobuf==3.19.5', 'grpcio', 'google-api-python-client', 'boto3'] # removed in 0.7.1 test_requirements = ['pytest']