Skip to content

requirements: Pin types-protobuf<=4.21.0.5

Neill Whillans requested to merge neill/alternate_mypy_fix into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

Description

This request aims to pin types-protobuf to a version <=4.21.0.5, as type-check-pinned stage of CI was failing with the latest version, 4.21.0.6.

Changes proposed in this merge request:

  • Changes to requirements.dev.in, requirements.in and requirements.txt

Validation

CI passes

Issues addressed

Fixes issue of failing type-check-pinned stage of CI

Merge request reports