Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove version pin for grpcio-tools.
`robotframework-browser` has this and a few others hardcoded in their `requirements.txt`. See https://github.com/MarketSquare/robotframework-browser/blob/main/Browser/requirements.txt They hardcode a few version numbers to keep their CI matrix from bloating. As long as they do that, we do not need to specify these versions ourselves. We already have no version pin for their `grpcio` and `protobuf` dependencies. These dependencies both end up in `bin/test`, and Buildout does not complain about missing version pins, so it is fine.
- Loading branch information