Summary
Upgrade to `apache-beam==2.36.0`, allowing:
- The previous temporary downgrade of `google-cloud-pubsub` by a major version to be reverted
- `numpy>=1.21.0` to be used with apps deployed to Google Dataflow
<!--- SKIP AUTOGENERATED NOTES --->
Contents ([337](https://github.com/octue/octue-sdk-python/pull/337))
Fixes
- Avoid CLI failure if octue not installed with `dataflow` option
Dependencies
- Use `apache-beam==2.36.0`
- Use `google-cloud-pubsub>=2.5.0,<3`
Reversions
- Revert temporary downgrade of `google-cloud-pubsub` to `1.7.0`
Style
- Add missing comma to pydocstyle configuration
Testing
- Increase answer timeouts in child services template app to ensure test doesn't fail due to increased answer latency
- Update `gcp-storage-emulator` to latest version
<!--- END AUTOGENERATED NOTES --->