allow the latest shelf_packages_handler (#1195)

diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md
index 4bd7b5f..ef24aed 100644
--- a/pkgs/test/CHANGELOG.md
+++ b/pkgs/test/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.14.1
+
+* Allow the latest shelf_packages_handler.
+
 ## 1.14.0
 
 * Drop the `package_resolver` dependency for the `package_config` dependency
diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml
index 548edca..1b477fe 100644
--- a/pkgs/test/pubspec.yaml
+++ b/pkgs/test/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test
-version: 1.14.0
+version: 1.14.1
 description: A full featured library for writing and running Dart tests.
 homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
 
@@ -22,7 +22,7 @@
   pedantic: ^1.1.0
   pool: ^1.3.0
   shelf: ^0.7.0
-  shelf_packages_handler: ^1.0.0
+  shelf_packages_handler: ">=1.0.0 <3.0.0"
   shelf_static: ^0.2.6
   shelf_web_socket: ^0.2.0
   source_span: ^1.4.0