[bazer_worker] allow latest pkg:protobuf (#2265)

diff --git a/pkgs/bazel_worker/CHANGELOG.md b/pkgs/bazel_worker/CHANGELOG.md
index 6eb3eb3..6c08c51 100644
--- a/pkgs/bazel_worker/CHANGELOG.md
+++ b/pkgs/bazel_worker/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.1.5
+
+* Require `protobuf: ">=5.0.0 <7.0.0"`
+
 ## 1.1.4
 
 * Require Dart SDK `^3.9.0`.
diff --git a/pkgs/bazel_worker/e2e_test/pubspec.yaml b/pkgs/bazel_worker/e2e_test/pubspec.yaml
index 91928c5..042641a 100644
--- a/pkgs/bazel_worker/e2e_test/pubspec.yaml
+++ b/pkgs/bazel_worker/e2e_test/pubspec.yaml
@@ -13,4 +13,4 @@
   cli_util: ^0.4.2
   dart_flutter_team_lints: ^3.0.0
   path: ^1.8.0
-  test: ^1.16.0
+  test: ^1.20.0
diff --git a/pkgs/bazel_worker/pubspec.yaml b/pkgs/bazel_worker/pubspec.yaml
index 38baa09..dc4ba3c 100644
--- a/pkgs/bazel_worker/pubspec.yaml
+++ b/pkgs/bazel_worker/pubspec.yaml
@@ -1,5 +1,5 @@
 name: bazel_worker
-version: 1.1.4
+version: 1.1.5
 description: >-
   Protocol and utilities to implement or invoke persistent bazel workers.
 repository: https://github.com/dart-lang/tools/tree/main/pkgs/bazel_worker
@@ -14,8 +14,8 @@
 
 dependencies:
   async: ^2.5.0
-  protobuf: ">=5.0.0 <6.0.0"
+  protobuf: ">=5.0.0 <7.0.0"
 
 dev_dependencies:
   dart_flutter_team_lints: ^3.0.0
-  test: ^1.16.0
+  test: ^1.20.0