class Dependabot::Uv::FileUpdater::PyprojectPreparer

def sanitize

def sanitize
  # {{ name }} syntax not allowed
  pyproject_content
    .gsub(/\{\{.*?\}\}/, "something")
    .gsub('#{', "{")
end