Skip to content

Commit

Permalink
Build(deps): bump protobuf from 3.19.4 to 3.19.5
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 4, 2023
1 parent 10b98ac commit 99793b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deprecation==2.1.0
grpcio-tools
grpcio
grpcio-reflection
protobuf==3.19.4
protobuf==3.19.5
pyyaml
six
gcloud
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

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

# removed in 0.7.1 test_requirements = ['pytest']

Expand Down

0 comments on commit 99793b9

Please sign in to comment.