Latest lints, bump min SDK to 3.2 (dart-lang/pubspec_parse#131)

diff --git a/pkgs/pubspec_parse/.github/workflows/test-package.yml b/pkgs/pubspec_parse/.github/workflows/test-package.yml
index e55f44e..da26a73 100644
--- a/pkgs/pubspec_parse/.github/workflows/test-package.yml
+++ b/pkgs/pubspec_parse/.github/workflows/test-package.yml
@@ -46,7 +46,7 @@
       fail-fast: false
       matrix:
         os: [ubuntu-latest]
-        sdk: [3.0.0, dev]
+        sdk: [3.2, dev]
     steps:
       - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
       - uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
diff --git a/pkgs/pubspec_parse/CHANGELOG.md b/pkgs/pubspec_parse/CHANGELOG.md
index d14b82e..aa99cbb 100644
--- a/pkgs/pubspec_parse/CHANGELOG.md
+++ b/pkgs/pubspec_parse/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.3.1-wip
+
+- Require Dart 3.2
+
 ## 1.3.0
 
 - Require Dart 3.0
diff --git a/pkgs/pubspec_parse/pubspec.yaml b/pkgs/pubspec_parse/pubspec.yaml
index 9ca992d..00cf12c 100644
--- a/pkgs/pubspec_parse/pubspec.yaml
+++ b/pkgs/pubspec_parse/pubspec.yaml
@@ -1,5 +1,5 @@
 name: pubspec_parse
-version: 1.3.0
+version: 1.3.1-wip
 description: >-
   Simple package for parsing pubspec.yaml files with a type-safe API and rich
   error reporting.
@@ -8,7 +8,7 @@
 - dart-pub
 
 environment:
-  sdk: ^3.0.0
+  sdk: ^3.2.0
 
 dependencies:
   checked_yaml: ^2.0.1
@@ -18,14 +18,14 @@
   yaml: ^3.0.0
 
 dev_dependencies:
-  build_runner: ^2.0.3
-  build_verify: '>=2.0.0 <4.0.0'
-  dart_flutter_team_lints: ^2.0.0
+  build_runner: ^2.2.1
+  build_verify: ^3.0.0
+  dart_flutter_team_lints: ^3.0.0
   json_serializable: ^6.6.0
-  path: ^1.5.1
+  path: ^1.8.0
   # Needed because we are configuring `combining_builder`
-  source_gen: ^1.0.0
-  stack_trace: ^1.9.2
-  test: ^1.0.0
+  source_gen: ^1.2.3
+  stack_trace: ^1.10.0
+  test: ^1.21.6
   test_descriptor: ^2.0.0
   test_process: ^2.0.0