Skip to content

Commit ddfec54

Browse files
Build(deps): bump protobuf from 3.19.4 to 3.19.5
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.19.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.19.4...v3.19.5) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10b98ac commit ddfec54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ deprecation==2.1.0
2222
grpcio-tools
2323
grpcio
2424
grpcio-reflection
25-
protobuf==3.19.4
25+
protobuf==3.19.5
2626
pyyaml
2727
six
2828
gcloud

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
with open('HISTORY.rst') as history_file:
1212
history = history_file.read()
1313

14-
requirements = ['requests', 'python-dotenv', 'deprecation', 'protobuf~=4.21.10', 'grpcio', 'google-api-python-client', 'boto3']
14+
requirements = ['requests', 'python-dotenv', 'deprecation', 'protobuf>=4.21.10,<3.20.0', 'grpcio', 'google-api-python-client', 'boto3']
1515

1616
# removed in 0.7.1 test_requirements = ['pytest']
1717

0 commit comments

Comments
 (0)