class Dependabot::Uv::UpdateChecker

def updating_pyproject?

def updating_pyproject?
  requirement_files.any?("pyproject.toml")
end