diff --git a/packages/flutter_migrate/pubspec.yaml b/packages/flutter_migrate/pubspec.yaml index 8d5ee02c668..8eaa486da1a 100644 --- a/packages/flutter_migrate/pubspec.yaml +++ b/packages/flutter_migrate/pubspec.yaml @@ -17,7 +17,6 @@ dependencies: path: ^1.8.0 process: 4.2.4 vm_service: 9.3.0 - xml: ^6.1.0 yaml: 3.1.1 dev_dependencies: diff --git a/script/configs/allowed_unpinned_deps.yaml b/script/configs/allowed_unpinned_deps.yaml index 283f4f198e7..db8043d8a3e 100644 --- a/script/configs/allowed_unpinned_deps.yaml +++ b/script/configs/allowed_unpinned_deps.yaml @@ -4,12 +4,6 @@ # All entries here should have an explanation for why they are here, either # via being part of one of the default-allowed groups, or a specific reason. -## Legacy allowances, for dependencies that predate the tooling. -# TODO(stuartmorgan): Audit these. See -# https://github.com/flutter/flutter/issues/122713 -- equatable -- xml - ## Explicit allowances # Owned by individual Flutter Team members.